fix(pos): removed white space from the bottom of pos screen

This commit is contained in:
diptanilsaha
2026-01-06 16:08:15 +05:30
parent 57c6f4ffb6
commit a36331c393

View File

@@ -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 {