forked from M-Labs/web2019
fix(mobile/shop): Corrects height of dark right side when menu is opened
This commit is contained in:
parent
9d03f68ec6
commit
0191350c48
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue