[PoS app] Show card scrollbar only when necessary

fix #1078
This commit is contained in:
Umar Bolatov
2019-10-09 20:41:24 -07:00
parent ca17efbc29
commit a92f0fe289

View File

@@ -66,7 +66,7 @@
right: 0;
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
z-index: 999;
background: #e1e6ea;
transition: all 0.3s;