fix menu overlay box-shadow over content

This commit is contained in:
Adam Bradley
2015-09-17 23:07:36 -05:00
parent c09ea0da44
commit e9a9e22aea

View File

@@ -22,6 +22,7 @@ ion-menu[type=reveal].show-menu {
ion-menu[type=overlay] {
z-index: $z-index-menu-overlay;
box-shadow: $menu-shadow;
left: -8px; // make up for the box-shadow hanging over on the left
backdrop {
display: block;