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
父節點 9d03f68ec6
當前提交 0191350c48
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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);