fix(mobile/shop): Corrects height of dark right side when menu is opened

pull/49/head
sovanna 2020-01-22 15:59:25 +01:00
parent 9d03f68ec6
commit 0191350c48
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@
#root-shop .layout>aside.aside.menu-opened + section.main:after {
content: '';
position: absolute;
position: fixed;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, .3);