mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-21 15:14:49 +00:00
increase menu backdrop z-index
This commit is contained in:
parent
21d390b230
commit
e058aa6400
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue