asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-21 02:11:31 +02:00
parent 1cd5df1e66
commit cf3dacfd6b

View File

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