mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 07:18:27 +00:00
@@ -270,6 +270,11 @@ body[data-route="pos"] .item-cart-items {
|
||||
border: 1px solid #d1d8dd;
|
||||
border-top: none;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body[data-route="pos"] .item-cart-items {
|
||||
height: 30vh;
|
||||
}
|
||||
}
|
||||
body[data-route="pos"] .no-items-message {
|
||||
min-height: 200px;
|
||||
display: flex;
|
||||
|
||||
@@ -321,6 +321,10 @@ body[data-route="pos"] {
|
||||
overflow: auto;
|
||||
border: 1px solid @border-color;
|
||||
border-top: none;
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
height: 30vh;
|
||||
}
|
||||
}
|
||||
|
||||
.no-items-message {
|
||||
|
||||
Reference in New Issue
Block a user