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