more styling

This commit is contained in:
Faris Ansari 2017-08-11 15:49:23 +05:30
parent a0f8687945
commit 7bcb1cfc42
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 {