From 4ad807846a0a973ec000178d0391be4371953a49 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" Date: Fri, 6 Oct 2023 14:06:16 +0200 Subject: [PATCH] simple style loading screen --- src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 8a6631a..c71a3ba 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -504,7 +504,7 @@ body::-webkit-scrollbar-button:increment { .loadingOverlay{ left: 0; top: 0; - width: 100vw; + width: 55vw; position: absolute; min-width: 0; }