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