mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-26 15:44:00 +00:00
increase menu backdrop z-index
This commit is contained in:
parent
746ee67698
commit
6c73206549
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