4
This commit is contained in:
Anfioo
2026-01-14 11:39:11 +08:00
parent f7f9df17f1
commit be079067e6
265 changed files with 1217 additions and 486 deletions

View File

@@ -20,13 +20,20 @@
--vc-tab-text-color: #FFFFFF;
} */
body {
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
position: fixed;
}
body {
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: var(--main-bg-color);
font-size: 13px;
color: #676a6c;
overflow-x: hidden;
}
.vc {
@@ -1054,10 +1061,15 @@ ul.nav-second-level {
border-image: none;
border-style: solid solid none;
border-width: 1px 0;
clear: both;
max-height: 850px;
overflow-y: auto !important;
overflow-x: auto !important;
}
.ibox-content {
clear: both;
.ibox-content-auto-height {
height: calc(100vh - 300px);
overflow-y: auto;
}
.modal-backdrop {
@@ -2225,4 +2237,4 @@ table.table-mail tr td {
.nav-bg {
background-color: var(--nav-bg-color);
}
}