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