aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-19 22:44:27 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-19 22:44:27 +0100
commitead190b485080a656451fa952bf27d8864da5725 (patch)
tree90a891a8b387b2adc41b9bb24b9dfce77288e465
parent8c282d4d24c156914390a87430d89fc5f2ac8ea8 (diff)
feat: add z index value to queue container
-rw-r--r--src/frontend/tubo/queue/views.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/queue/views.cljs b/src/frontend/tubo/queue/views.cljs
index 2763041..0ffe73d 100644
--- a/src/frontend/tubo/queue/views.cljs
+++ b/src/frontend/tubo/queue/views.cljs
@@ -153,7 +153,7 @@
color (-> stream
:service-id
utils/get-service-color)]
- [:div.fixed.flex.flex-col.items-center.min-w-full.w-full.backdrop-blur
+ [:div.fixed.flex.flex-col.items-center.min-w-full.w-full.backdrop-blur.z-10
{:class ["dark:bg-neutral-900/90" "bg-neutral-100/90"
"min-h-[calc(100dvh-56px)]" "h-[calc(100dvh-56px)]"
(when-not show-queue "invisible")