more styling

This commit is contained in:
Faris Ansari 2017-08-11 15:49:23 +05:30
parent f7c7ff4aae
commit 5a13087939
2 changed files with 9 additions and 2 deletions

View File

@ -35,7 +35,10 @@
}
.pos-items-wrapper {
max-height: 480px;
overflow: auto;
overflow-y: auto;
}
.pos-items {
overflow: hidden;
}
.pos-item-wrapper {
display: flex;

View File

@ -51,7 +51,11 @@
.pos-items-wrapper {
max-height: 480px;
overflow: auto;
overflow-y: auto;
}
.pos-items {
overflow: hidden;
}
.pos-item-wrapper {