From fd727cc20b818e3f4c5e06a74b3b486f37a54fa9 Mon Sep 17 00:00:00 2001 From: SuperBFG7 Date: Thu, 17 Jun 2021 11:43:45 +0200 Subject: [PATCH] linted --- htdocs/css/mpd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/mpd.css b/htdocs/css/mpd.css index 1987ce2..4cdc5ac 100644 --- a/htdocs/css/mpd.css +++ b/htdocs/css/mpd.css @@ -184,6 +184,6 @@ button { .sticky { position: sticky; top: 55px; - z-index: 99; + z-index: 99; } }