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

@@ -16,7 +16,6 @@
height: 100%; height: 100%;
min-height: 0; min-height: 0;
padding: 24px; padding: 24px;
overflow: auto;
} }
.salesforce-translation-import *, .salesforce-translation-import *,

View File

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