]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
style.css: Add positive "z-index" to drop-down menu
authorLeo-Andres Hofmann <hofmann@leo-andres.de>
Tue, 1 Feb 2022 11:49:31 +0000 (12:49 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 5 Feb 2022 12:06:16 +0000 (12:06 +0000)
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 <hofmann@leo-andres.de>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 661773675d64cd681ab2edb798705ad3c191de54..96d0519f5999eec8f7c0065b4f9eec52a536913b 100644 (file)
@@ -258,6 +258,7 @@ input.text {
 #cssmenu .has-sub ul {
        display: none;
        position: absolute;
+       z-index: 1;
 }
 
 #cssmenu .has-sub ul li a {