Make the window a fixed shell with no scrollbars

Lock html/body/#root to the viewport and hide scrollbars everywhere; the
content area fills its space instead of scrolling the page, and the logs
stream scrolls within its own pane. Add a min window size so the layout
can't be shrunk below where everything fits.
This commit is contained in:
Anthony
2026-05-27 17:50:27 +02:00
parent f0656b595b
commit 319c97b6bf
3 changed files with 23 additions and 4 deletions
+2
View File
@@ -15,6 +15,8 @@
"title": "TutaBridge",
"width": 700,
"height": 520,
"minWidth": 700,
"minHeight": 520,
"resizable": true,
"center": true
}