diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-24 12:53:31 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-24 12:53:31 +0200 |
commit | ad97c49b7a66067d8609af62177942bdfa6abc3e (patch) | |
tree | 83ede7d42dfe46d9c17b2b172bf852c4faf181e8 /web/js-transition.css | |
parent | c0d3e4a8918110d1262fab074953e6b9f92ebd92 (diff) | |
download | jellything-ad97c49b7a66067d8609af62177942bdfa6abc3e.tar jellything-ad97c49b7a66067d8609af62177942bdfa6abc3e.tar.bz2 jellything-ad97c49b7a66067d8609af62177942bdfa6abc3e.tar.zst |
nav above transition
Diffstat (limited to 'web/js-transition.css')
-rw-r--r-- | web/js-transition.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; } |