From: Leo-Andres Hofmann Date: Tue, 1 Feb 2022 11:49:31 +0000 (+0100) Subject: style.css: Add positive "z-index" to drop-down menu X-Git-Tag: v2.27-core165~15^2~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d235c1fd79e9196db79343e26dc9e642d7424cb6;p=ipfire-2.x.git style.css: Add positive "z-index" to drop-down menu Some input fields interfere with the menu items and block their use. A z-index ensures that the menu is always rendered in the foreground. Signed-off-by: Leo-Andres Hofmann Reviewed-by: Peter Müller --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 661773675d..96d0519f59 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -258,6 +258,7 @@ input.text { #cssmenu .has-sub ul { display: none; position: absolute; + z-index: 1; } #cssmenu .has-sub ul li a {