From 7387e64848540c34f13e9a3f8e7f0d8802c3ab39 Mon Sep 17 00:00:00 2001 From: infinitytec Date: Fri, 30 Dec 2022 20:46:28 -0600 Subject: [PATCH] Fix z-index of .dropdown-toggle A recent fix seemed to improve this but by going a bit further it seems to resolve the problem where the dropdown-toggle buttons would appear over alert messages. Signed-off-by: infinitytec --- style/themes/lcars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/themes/lcars.css b/style/themes/lcars.css index 47f8ee403e..b42f367abf 100644 --- a/style/themes/lcars.css +++ b/style/themes/lcars.css @@ -504,7 +504,7 @@ p.login-box-msg, } .dropdown-toggle { - z-index: 1050; + z-index: 1000; } .main-header li.user-header {