forked from M-Labs/web2019
fix(mobile/shop): Adds zindex to main while menu open
This commit is contained in:
parent
31105263b5
commit
0987164982
|
@ -296,6 +296,7 @@
|
|||
transition: left .3s;
|
||||
left: 310px;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/*#root-shop .layout>aside.aside.menu-opened + section.main:after {
|
||||
|
@ -383,6 +384,7 @@
|
|||
transition: left .3s;
|
||||
left: 310px;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/*#root-shop .layout>aside.aside.menu-opened + section.main:after {
|
||||
|
|
Loading…
Reference in New Issue