mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
add z-index in case another menu is behind this menu
This commit is contained in:
parent
87eff25f43
commit
eab6a0ca65
@ -4,6 +4,7 @@
|
|||||||
position: absolute; /* absolute positioned inside a relative container */
|
position: absolute; /* absolute positioned inside a relative container */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Vertical Menus - when an item is interacted with, show the children */
|
/* Vertical Menus - when an item is interacted with, show the children */
|
||||||
|
Loading…
Reference in New Issue
Block a user