mirror of
https://github.com/SuperBFG7/ympd
synced 2025-03-12 14:38:19 +00:00
Fix position only on big screens
This commit is contained in:
parent
886e390d09
commit
86586fbcee
@ -165,7 +165,9 @@ button {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: 55px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user