From 6de8bd02cf0dfa0183117c8554c00040424ab705 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 26 Nov 2024 13:11:19 +0200 Subject: [PATCH] fix grid status to be dynamic --- templates/partials/home/grid_stats.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index f863dff5a..bd1b68e9b 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -116,7 +116,9 @@ position: absolute; z-index: 1; bottom: 2px !important; - right: 50px !important; + right: auto !important; + top: auto; + left: auto; } }