diff --git a/htdocs/css/mpd.css b/htdocs/css/mpd.css index 21fe414..a510ecf 100644 --- 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; + } }