From b7433a2da119fa30241db651ff8d2d0d924f6e91 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Wed, 26 Nov 2025 23:24:29 -0600 Subject: [PATCH] Fix window content fit --- LANCommander.Launcher/Styles/_window.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LANCommander.Launcher/Styles/_window.scss b/LANCommander.Launcher/Styles/_window.scss index 9b0f692e..64626b8b 100644 --- a/LANCommander.Launcher/Styles/_window.scss +++ b/LANCommander.Launcher/Styles/_window.scss @@ -22,6 +22,8 @@ bottom: 0 !important; display: flex; flex-direction: column; + height: 100% !important; + width: 100% !important; &.overflow { top: 0 !important;