Merge pull request #1081 from bolatovumar/fix-1078

[PoS app] Show card scrollbar only when necessary
This commit is contained in:
Nicolas Dorier
2019-10-10 15:22:29 +09:00
committed by GitHub

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;