asdasd
This commit is contained in:
@@ -506,7 +506,11 @@ h1 {
|
||||
.window-module-host {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.window-module-host > .window-app-shell {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.window-module-error {
|
||||
@@ -515,7 +519,7 @@ h1 {
|
||||
}
|
||||
|
||||
.window-app-shell {
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
color: #0f172a;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.98)),
|
||||
@@ -526,7 +530,7 @@ h1 {
|
||||
.window-app-frame {
|
||||
display: grid;
|
||||
grid-template-columns: 240px minmax(0, 1fr);
|
||||
min-height: 100%;
|
||||
height: 100%;
|
||||
min-width: 0;
|
||||
align-items: stretch;
|
||||
}
|
||||
@@ -599,6 +603,8 @@ h1 {
|
||||
.window-app-main {
|
||||
padding: 24px;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.window-app-panel {
|
||||
|
||||
Reference in New Issue
Block a user