[FIX] point_of_sale: (do not forward-port!) allow horizontal scrolling of the order list

This commit is contained in:
Frédéric van der Essen 2014-12-17 15:19:05 +01:00
parent b9a329a8cf
commit 71ebd81229
1 changed files with 5 additions and 0 deletions

View File

@ -371,6 +371,11 @@ td {
.pos .order-selector {
display: inline-block;
max-width: 640px;
max-height: 48px;
white-space: nowrap;
overflow: hidden;
overflow-x: auto;
}
.pos .orders {
display: inline-block;