From 5e911399b260a924d57bf7df034da9e42638df91 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Mon, 6 Jul 2020 23:53:36 -0600 Subject: [PATCH] Adjust z-index to not have it mess with the modals --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c4468f5..ac1fd4f 100644 --- a/style.css +++ b/style.css @@ -168,7 +168,7 @@ div.login > div { /* Tooltip Styling */ .tooltip { display: none !important; - z-index: 10000; + z-index: 2; } .tooltip .tooltip-inner {