diff options
author | Eric Bailey <git@esb.lol> | 2024-10-31 10:42:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 10:42:35 -0500 |
commit | 6f4703e814723ba8301435cba58f989c9aea3d3f (patch) | |
tree | ee670a6f76e14b0e3c7bb2295c6f9cb5205c28a2 /web | |
parent | 9a82d20bd9c3c1df95d3cc11804f962547f9cb0f (diff) | |
download | voidsky-6f4703e814723ba8301435cba58f989c9aea3d3f.tar.zst |
Fix width handling for deactivated screen (#5810)
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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; |