From 6f4703e814723ba8301435cba58f989c9aea3d3f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 31 Oct 2024 10:42:35 -0500 Subject: Fix width handling for deactivated screen (#5810) --- web/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index 7b29597bb..28b3a3e3d 100644 --- a/web/index.html +++ b/web/index.html @@ -72,6 +72,7 @@ display: flex; flex: 1 0 auto; min-height: 100%; + width: 100%; } #splash { position: fixed; -- cgit 1.4.1