From ad97c49b7a66067d8609af62177942bdfa6abc3e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 24 Oct 2023 12:53:31 +0200 Subject: nav above transition --- web/js-transition.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web/js-transition.css') diff --git a/web/js-transition.css b/web/js-transition.css index 867e30c..56a891e 100644 --- a/web/js-transition.css +++ b/web/js-transition.css @@ -21,7 +21,7 @@ top: 0px; width: 100vw; height: 100vh; - z-index: 100; + z-index: 10; } .jst-error { position: fixed; @@ -30,5 +30,8 @@ transform: translate(-50%, -50%); color: rgb(247, 69, 69); font-size: large; - z-index: 101; + z-index: 11; +} +nav { + z-index: 11; } -- cgit v1.2.3-70-g09d2