JBAS-2216 Remove grid action dropdown scroll bars
authorBill Erickson <berickxx@gmail.com>
Mon, 20 May 2019 16:27:48 +0000 (16:27 +0000)
committerBill Erickson <berickxx@gmail.com>
Mon, 20 May 2019 16:27:48 +0000 (16:27 +0000)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/share/t_autogrid.tt2

index 4d90a48..9ceca06 100644 (file)
@@ -13,7 +13,8 @@
     <button type="button" class="btn btn-default eg-grid-menu-item" uib-dropdown-toggle>
       {{menuLabel}}<span class="caret"></span>
     </button>
-    <ul class="scrollable-menu" uib-dropdown-menu>
+    <!-- KCLS JBAS-2216 disable grid actions menu scrolling -->
+    <ul class="xscrollable-menu" uib-dropdown-menu>
       <li ng-repeat="item in menuItems | filter : { standalone : 'false' }" ng-if="!item.checkbox && !item.hidden()" ng-class="{divider: item.divider}">
         <a ng-if="!item.divider" href a-disabled="item.disabled()"
           ng-click="item.handler()">{{item.label}}</a>
@@ -96,7 +97,8 @@
         ng-disabled="!hasSelected()">
         [% l('Actions') %] <span class="caret"></span>                       
       </button>                                                              
-      <ul class="pull-right grid-action-dropdown scrollable-menu" uib-dropdown-menu>
+      <!-- KCLS JBAS-2216 disable grid actions menu scrolling -->
+      <ul class="pull-right grid-action-dropdown xscrollable-menu" uib-dropdown-menu>
         <li ng-repeat-start="group in actionGroups">
           <span style="padding-left: 1em;" ng-if="group.label"><strong><u>{{group.label}}</u></strong></span>
         </li>