* zin: fix module menu max height.

This commit is contained in:
sunhao
2023-10-07 10:41:08 +08:00
parent ca3bb78ab2
commit 8053a5d74a
+1 -1
View File
@@ -1,4 +1,4 @@
#moduleMenu {max-height: calc(100vh - 105px);}
#moduleMenu {max-height: calc(100vh - 80px);}
#moduleMenu .active {color: var(--color-primary-600); font-weight: 500;}
#moduleMenu header a:hover > .icon {color: var(--color-primary-600) !important;}
#moduleMenu .tree-item * {white-space: nowrap;}