fix(mobile/shop): Adds zindex to main while menu open

pull/49/head
sovanna 2020-01-19 15:19:48 +01:00
parent 31105263b5
commit 0987164982
1 changed files with 2 additions and 0 deletions

View File

@ -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 {