Patch DataTables ColVis to fix dropdown extending past bottom of page

This commit is contained in:
JonnyWong16 2020-10-02 00:22:19 -07:00
parent 900b524672
commit 28c745c19c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 12 additions and 3 deletions

View file

@ -71,7 +71,7 @@ ul.ColVis_collection {
list-style: none;
width: 150px;
padding: 8px 8px 4px 8px;
margin: 10px 0px 0px 0px;
margin: 10px 0px 10px 0px;
background-color: #444;
overflow: hidden;
z-index: 2002;