From 4c4340863d205d77cccc2c22067ac76e4e194786 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 16 Jan 2022 00:51:55 +0100 Subject: [PATCH] =?UTF-8?q?Poprawiono=20z-index=20dla=20tooltip=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 411ed63..4ea0513 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -50,7 +50,7 @@ body { .g-tooltip { position: relative; - z-index: 10; + z-index: 11; .content { position: absolute;