ui/toolbar: increase stacking index

This commit is contained in:
Johannes Kirschbauer
2025-09-02 12:38:34 +02:00
parent dc17d62131
commit a8cbfcbd18

View File

@@ -6,7 +6,7 @@
/* <div class="absolute bottom-4 left-1/2 flex -translate-x-1/2 flex-col items-center"> /* <div class="absolute bottom-4 left-1/2 flex -translate-x-1/2 flex-col items-center">
<Show when={show()}> */ <Show when={show()}> */
.toolbar-container { .toolbar-container {
@apply absolute bottom-10 z-10 w-full; @apply absolute bottom-10 z-30 w-full;
@apply flex justify-center items-center; @apply flex justify-center items-center;
} }