From b3076efb2ba4f0e9d1a2ac8b67637f1901a23a8d Mon Sep 17 00:00:00 2001 From: sovanna Date: Mon, 20 Jan 2020 11:29:51 +0100 Subject: [PATCH] fix(mobile/shop): Corrects card hidden while dragging outside backlog --- static/css/order-hardware.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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