From 6e237caaef0f32c4967a48d070e589982f74b2a7 Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 13 Apr 2020 18:25:38 +0200 Subject: [PATCH] Make sure the player is always on top --- docroot/css/lms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/css/lms.css b/docroot/css/lms.css index b1d4a353..a9a87af6 100644 --- a/docroot/css/lms.css +++ b/docroot/css/lms.css @@ -308,7 +308,7 @@ a.Lms-artistname:hover, a.Lms-artistname:focus { } .Lms-player { - z-index: 2; + z-index: 3; position: fixed; bottom: 0; width: 100%;