* Adjust code .

This commit is contained in:
guofeilong
2023-03-22 10:20:11 +08:00
parent c4d670b812
commit 83ba0f4755
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
.h-full {height: 100%;}
.w-full {width: 100%;}
.overflow-x-auto {overflow-x: auto;}
#mainContent {padding-top: 0; padding-bottom: 0; height: calc(100vh - 125px)}
.overflow-auto {overflow: auto;}
#mainContent {padding-top: 0; padding-bottom: 0; height: calc(100vh - 125px);}
#mainContent #createDropdown {display: inline-block;}
#mainContent #createDropdown ul {position: absolute;}
#pageNav .dropdown-menu {max-height: inherit;}