diff --git a/demo/frontend/src/App.vue b/demo/frontend/src/App.vue index f1cd50e..4e1e108 100644 --- a/demo/frontend/src/App.vue +++ b/demo/frontend/src/App.vue @@ -83,7 +83,7 @@ body { width: 100vw; height: 100vh; min-height: 100vh; - z-index: -1; + z-index: -2; pointer-events: none; background-attachment: fixed; } @@ -107,7 +107,7 @@ main.with-navbar { width: 100vw; height: 100vh; min-height: 100vh; - z-index: 1000; + z-index: 1; background-attachment: fixed; } diff --git a/demo/frontend/src/views/Login.vue b/demo/frontend/src/views/Login.vue index e2562d5..6680bec 100644 --- a/demo/frontend/src/views/Login.vue +++ b/demo/frontend/src/views/Login.vue @@ -207,7 +207,7 @@ const handleLogin = async () => { min-height: 100vh; width: 100vw; height: 100vh; - background: url('/images/backgrounds/login.png') center/cover no-repeat; + background: transparent; position: fixed; top: 0; left: 0;