Skip to main content
BackpackForLaravelLaravelListing

[Resolved] Scroll issue with the export columns visibility | BackpackForLaravel

By December 22, 2021No Comments

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