From dad066b344b5a862cf5f97ebeaee1584bacc703a Mon Sep 17 00:00:00 2001 From: Yader Velasquez Date: Fri, 9 Feb 2024 15:16:29 -0600 Subject: [PATCH] Improve tooltip style --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0cda93a..edaec2f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -444,10 +444,14 @@ a.bullet-link:before { content: attr(data-tooltip); color: var(--color-darkGrey); position: absolute; - bottom: 100%; + bottom: -25px; left: 50%; transform: translateX(-50%); background-color: #fff; padding: 5px; white-space: nowrap; + z-index: 1000; + border: 1px solid var(--color-darkGrey); + padding: 10px 2px 10px 2px; + opacity: 1 !important; } -- 2.45.2