From 1822626398bc1cbdd86e830fd68afa428a98c81d Mon Sep 17 00:00:00 2001 From: Arhell Date: Wed, 8 Jul 2020 00:38:22 +0300 Subject: [PATCH] fix tooltip overflows --- static/css/custom-jekyll/tags.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/custom-jekyll/tags.css b/static/css/custom-jekyll/tags.css index 3b929925e8..1ff6d12e85 100644 --- a/static/css/custom-jekyll/tags.css +++ b/static/css/custom-jekyll/tags.css @@ -27,7 +27,7 @@ /* Position the tooltip text */ position: absolute; - z-index: 1; + z-index: 10; bottom: 125%; left: 50%; margin-left: -150px;