From 31ba41066a21b06a6b6c544d7d575991ab2e5556 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 26 Nov 2024 12:59:26 +0200 Subject: [PATCH] fix grid status to be dynamic --- templates/partials/home/grid_stats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/home/grid_stats.html b/templates/partials/home/grid_stats.html index e46c3eba4..f863dff5a 100644 --- a/templates/partials/home/grid_stats.html +++ b/templates/partials/home/grid_stats.html @@ -115,8 +115,8 @@ .tooltip .tooltiptext { position: absolute; z-index: 1; - bottom: -50px; - right: 0px !important; + bottom: 2px !important; + right: 50px !important; } }