1
0
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:
SuperBFG7 2021-06-17 09:51:36 +02:00
parent 886e390d09
commit 86586fbcee

View File

@ -165,7 +165,9 @@ button {
color: black;
}
@media screen and (min-width: 992px) {
.sticky {
position: sticky;
top: 55px;
}
}