This solution was tested on BackpackForLaravel Version 4.1.
1 2 3 4 5 6 7 8 9 10 | /* File: list.css */ /*------------------------------------------------ Custom Added --------------------------------------------------*/ .dt-button-collection { overflow-y: scroll; max-height: 200px; } |