mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
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:
committed by
Peter Müller
parent
6bdcd8866e
commit
d235c1fd79
@@ -258,6 +258,7 @@ input.text {
|
||||
#cssmenu .has-sub ul {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#cssmenu .has-sub ul li a {
|
||||
|
||||
Reference in New Issue
Block a user