From 3f23dea2abb3d2dc866ee20662ad7a762f1ca362 Mon Sep 17 00:00:00 2001 From: David Carley Date: Sun, 17 Jul 2022 09:24:01 -0700 Subject: [PATCH] The menu could be opened even with a Svelte dialog open. --- src/stylus/style.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stylus/style.styl b/src/stylus/style.styl index 9e07231..d792447 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -4,6 +4,9 @@ body [v-cloak] display none +.menu-link + z-index unset + tt color #000 background #eee