From 7800c08314bc04c9a4a9918ff47d254b53cbe68e Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 7 Jul 2024 20:32:11 +0200 Subject: [PATCH] Fix zindex of neko --- src/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/global.scss b/src/global.scss index fb59771..11d6ade 100644 --- a/src/global.scss +++ b/src/global.scss @@ -86,4 +86,8 @@ text-decoration: inherit; color: inherit; } + + [data-neko] { + z-index: 999 !important; + } } \ No newline at end of file