From 08d71aff1727c21f3320ff51a516e09f92e892e6 Mon Sep 17 00:00:00 2001 From: SoraEnkai Date: Mon, 19 Jun 2023 09:36:10 +0300 Subject: [PATCH] Increase z-index for UI tooltip --- javascript/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/style.css b/javascript/style.css index a80922445..d5ddac44e 100644 --- a/javascript/style.css +++ b/javascript/style.css @@ -214,6 +214,7 @@ div#extras_scale_to_tab div.form{ transition: opacity 0.2s ease-in; pointer-events: none; opacity: 0; + z-index: var(--layer-2); } .tooltip-show {