From 4c234d76fbd628eb1bd91ceaf69ae8606cbd4ccf Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Fri, 4 Apr 2025 20:48:59 +0200 Subject: [PATCH] Fix body size --- src/static/system-installer-dark.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/system-installer-dark.css b/src/static/system-installer-dark.css index f557281..6a17e85 100644 --- a/src/static/system-installer-dark.css +++ b/src/static/system-installer-dark.css @@ -12,6 +12,8 @@ body { min-height: 600px; } +html, body {margin: 0; height: 100%; overflow: hidden;} + .frame { border-radius: 10px; background-color: #404040;