forked from M-Labs/web2019
fix(mobile/shop): Corrects card hidden while dragging outside backlog
This commit is contained in:
parent
0987164982
commit
b3076efb2b
|
@ -338,6 +338,15 @@
|
||||||
.should-disappear {
|
.should-disappear {
|
||||||
display: none!important;
|
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)
|
##Device = Most of the Smartphones Mobiles (Portrait)
|
||||||
|
@ -503,4 +512,13 @@
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
justify-content: space-between;
|
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%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue