fix(mobile/shop): Corrects card hidden while dragging outside backlog

pull/49/head
sovanna 2020-01-20 11:29:51 +01:00
parent 0987164982
commit b3076efb2b
1 changed files with 18 additions and 0 deletions

View File

@ -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%;
}
}