From 7eceacfe688070a3c231eb01dceded6a22f0b5da Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 14 Feb 2025 00:03:43 -0300 Subject: [PATCH] fix(frontend): loading indicator on empty div too close to the top --- frontend/src/styles/_animations.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/_animations.scss b/frontend/src/styles/_animations.scss index b96a958..4a06fa3 100644 --- a/frontend/src/styles/_animations.scss +++ b/frontend/src/styles/_animations.scss @@ -78,6 +78,7 @@ .show-loading.htmx-request { position: relative; top: 0; + min-height: 100px; &::before { content: "";