mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 08:17:15 +00:00
Merge pull request #7290 from netchampfaris/pos-item-area-scroll
pos item area scrollable
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
}
|
||||
.item-list-area {
|
||||
padding: 15px 0px;
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 162px);
|
||||
}
|
||||
.pos-toolbar,
|
||||
.pos-bill-toolbar {
|
||||
|
||||
@@ -76,6 +76,8 @@
|
||||
|
||||
.item-list-area {
|
||||
padding: 15px 0px;
|
||||
overflow-y: scroll;
|
||||
height: ~"calc(100vh - 162px)";
|
||||
}
|
||||
|
||||
.pos-toolbar, .pos-bill-toolbar {
|
||||
|
||||
Reference in New Issue
Block a user