diff --git a/static/css/order-hardware.css b/static/css/order-hardware.css index ebf143e..0ef3027 100644 --- a/static/css/order-hardware.css +++ b/static/css/order-hardware.css @@ -338,6 +338,15 @@ .should-disappear { display: none!important; } + + #root-shop .layout>aside.aside.menu-opened { + overflow: initial; + } + + #root-shop .layout>aside.aside.menu-opened > .backlog-container { + overflow-y: scroll; + height: 100%; + } } /* ##Device = Most of the Smartphones Mobiles (Portrait) @@ -503,4 +512,13 @@ display: flex !important; justify-content: space-between; } + + #root-shop .layout>aside.aside.menu-opened { + overflow: initial; + } + + #root-shop .layout>aside.aside.menu-opened > .backlog-container { + overflow-y: scroll; + height: 100%; + } } \ No newline at end of file