version9
4
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user