From 6fad59778a9a35e23c5f045d3cddb39f8e2ad0d0 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 3 Jul 2024 12:22:56 +0300 Subject: [PATCH] add tooltip stats --- templates/shortcodes/grid_stats.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/shortcodes/grid_stats.html b/templates/shortcodes/grid_stats.html index a806f9667..3d14c2438 100644 --- a/templates/shortcodes/grid_stats.html +++ b/templates/shortcodes/grid_stats.html @@ -140,6 +140,16 @@ visibility: visible; } +@media (max-width: 480px) { + .tooltip .tooltiptext { + position: absolute; + z-index: 1; + bottom: -50px; + right: 0px !important; + } + +} +