From cf3dacfd6ba9495a32721f504423362004cbb93c Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 21 Jun 2026 02:11:31 +0200 Subject: [PATCH] asdasd --- public/assets/desktop/desktop.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/public/assets/desktop/desktop.css b/public/assets/desktop/desktop.css index 5c81ec11..a57b01bb 100644 --- a/public/assets/desktop/desktop.css +++ b/public/assets/desktop/desktop.css @@ -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 {