add z-index in case another menu is behind this menu

This commit is contained in:
Tilo Mitra 2014-08-25 10:50:28 -07:00
parent 87eff25f43
commit eab6a0ca65

View File

@ -4,6 +4,7 @@
position: absolute; /* absolute positioned inside a relative container */
margin: 0;
padding: 0;
z-index: 2;
}
/* Vertical Menus - when an item is interacted with, show the children */