From b2dc778eebf47394f703d732e2199583e2ae50c9 Mon Sep 17 00:00:00 2001 From: OFF0 Date: Wed, 9 Aug 2023 14:54:54 +0200 Subject: [PATCH] error: overlay should spawn over the whole screen --- src/styles/error.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/error.css b/src/styles/error.css index bd70ad6..0b70f92 100644 --- a/src/styles/error.css +++ b/src/styles/error.css @@ -5,6 +5,7 @@ display: flex; flex-direction: column; left: 0; + max-width: 100vw; overflow: auto; padding: var(--gap); position: fixed;