mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
fix(pos): removed white space from the bottom of pos screen
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
section {
|
||||
min-height: 30rem;
|
||||
height: calc(100vh - 125px);
|
||||
max-height: calc(100vh - 125px);
|
||||
height: calc(100vh - 5rem);
|
||||
max-height: calc(100vh - 5rem);
|
||||
}
|
||||
|
||||
.frappe-control {
|
||||
|
||||
Reference in New Issue
Block a user