mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix menu overlay box-shadow over content
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user