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) --- bskyweb/templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'bskyweb') diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 59cf39d02..4c02805e3 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -67,6 +67,7 @@ display: flex; flex: 1 0 auto; min-height: 100%; + width: 100%; } #splash { position: fixed; -- cgit 1.4.1