* Code for css refactors in tableContents .

This commit is contained in:
guofeilong
2023-04-11 09:02:28 +08:00
parent 1d11fbc5b8
commit 298dd970d2
+1 -1
View File
@@ -15,7 +15,7 @@
#mainContent #createDropdown {display: inline-block;}
#mainContent #createDropdown ul {position: absolute;}
#pageNav .dropdown-menu {max-height: inherit;}
#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 125px); overflow-y: auto;}
#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 130px); overflow-y: auto;}
#mainContent > .main-col {padding-left: 0;}
#swapper {margin-right: 15px;}