From 0191350c48dc8bad319b958f0750e6c0c8e053ea Mon Sep 17 00:00:00 2001 From: sovanna Date: Wed, 22 Jan 2020 15:59:25 +0100 Subject: [PATCH] fix(mobile/shop): Corrects height of dark right side when menu is opened --- static/css/order-hardware.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/order-hardware.css b/static/css/order-hardware.css index da59b47..472942b 100644 --- a/static/css/order-hardware.css +++ b/static/css/order-hardware.css @@ -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);