adasd
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-22 22:59:09 +02:00
parent b61baea768
commit 616b03474f
2 changed files with 4 additions and 2 deletions

View File

@@ -526,6 +526,7 @@ h1 {
.window-content--module {
position: relative;
background: #f8fafc;
min-height: 0;
}
.window-content--desktop-debug {
@@ -538,11 +539,13 @@ h1 {
.window-module-host {
position: absolute;
inset: 0;
overflow: hidden;
min-height: 0;
overflow: auto;
}
.window-module-host > .window-app-shell {
height: 100%;
min-height: 100%;
}
.window-module-error {