From fd47bbc0599e2d8d91fb3d80808c76e5309b4af3 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 8 Oct 2023 16:49:21 +0100 Subject: [PATCH] Make sure spinner doesn't block the UI --- www/css/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/www/css/app.css b/www/css/app.css index 37c69b98..787ead85 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -217,7 +217,6 @@ div:not(.panel-success, .alert-message) { position: absolute; top: 50%; width: 100%; - height: 50%; z-index: 1; }