From 7540afd06f805d6a2b16ea6d8c9d935623416d96 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Mon, 24 Jan 2022 21:55:22 +0000 Subject: [PATCH] Fix tooltip being under bottom bar --- war/src/main/less/modules/tooltips.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/war/src/main/less/modules/tooltips.less b/war/src/main/less/modules/tooltips.less index 839fd974854f..86b8bd25d70c 100644 --- a/war/src/main/less/modules/tooltips.less +++ b/war/src/main/less/modules/tooltips.less @@ -6,7 +6,7 @@ box-shadow: var(--tooltip-shadow); color: var(--tooltip-foreground-color); font-size: 0.8rem; - z-index: 40; + z-index: 1001 !important; overflow: hidden; max-width: none !important; }