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 <hofmann@leo-andres.de>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Leo-Andres Hofmann
2022-02-01 12:49:31 +01:00
committed by Peter Müller
parent 6bdcd8866e
commit d235c1fd79

View File

@@ -258,6 +258,7 @@ input.text {
#cssmenu .has-sub ul {
display: none;
position: absolute;
z-index: 1;
}
#cssmenu .has-sub ul li a {