projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886e390
)
Fix position only on big screens
author
SuperBFG7
<daniel@despite.ch>
Thu, 17 Jun 2021 07:51:36 +0000
(09:51 +0200)
committer
SuperBFG7
<daniel@despite.ch>
Thu, 17 Jun 2021 07:51:36 +0000
(09:51 +0200)
htdocs/css/mpd.css
patch
|
blob
|
history
diff --git
a/htdocs/css/mpd.css
b/htdocs/css/mpd.css
index
21fe414
..
a510ecf
100644
(file)
--- a/
htdocs/css/mpd.css
+++ b/
htdocs/css/mpd.css
@@
-165,7
+165,9
@@
button {
color: black;
}
-.sticky {
- position: sticky;
- top: 55px;
+@media screen and (min-width: 992px) {
+ .sticky {
+ position: sticky;
+ top: 55px;
+ }
}