increase menu backdrop z-index

This commit is contained in:
Marcos Moura 2017-01-23 20:54:15 -02:00
parent 21d390b230
commit e058aa6400

View file

@ -15,7 +15,7 @@ $menu-base-width: 56px;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
z-index: 120;
z-index: 131;
transform: scale(.9, .85) translateZ(0);
border-radius: 2px;
box-shadow: $material-shadow-2dp;