From ec196930ae70de34bf1a337c9bed04b4cbe4b982 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 23 Mar 2025 22:43:38 +0100 Subject: [PATCH] fix(front): get queue back --- front/src/App.vue | 8 ++++---- front/src/style/components/_queue.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index 1d3d514f5..6cc415436 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -100,13 +100,13 @@ store.dispatch('auth/fetchUser') + + + - - - - + diff --git a/front/src/style/components/_queue.scss b/front/src/style/components/_queue.scss index 109a7fc7c..468a93f83 100644 --- a/front/src/style/components/_queue.scss +++ b/front/src/style/components/_queue.scss @@ -42,7 +42,7 @@ position: fixed; min-height: 100vh; width: 100vw; - z-index: 10000; + z-index: 1000; } &.main > .button { position: fixed;