diff options
-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; } |