From 74b524aada705ee6d5aea5bdbe4fa5fb4a170486 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 11 Apr 2016 13:30:23 +0300 Subject: [PATCH 01/26] Add scrollbar to product list --- resources/views/invoices/edit.blade.php | 10 +++++++++- resources/views/invoices/knockout.blade.php | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 75c4450d4ca3..5c96c8ba1be3 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -22,6 +22,12 @@ width: 50%; float: left; } + + #scrollable-dropdown-menu .tt-menu { + max-height: 150px; + overflow-y: auto; + overflow-x: hidden; + } @stop @@ -221,7 +227,9 @@ $parent.invoice_items().length > 1" class="fa fa-sort"> - +
+ +