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