fix: save banner is getting hidden by some parts of the ui (#5697)

This commit is contained in:
Nitrrine
2026-03-30 14:20:55 +05:00
committed by GitHub
parent a3f80dcb66
commit 3a8561cf35

View File

@@ -3,7 +3,7 @@
<div
v-if="props.isVisible"
data-pyro-save-banner
class="fixed bottom-16 left-0 right-0 z-[6] mx-auto h-fit w-full max-w-4xl transition-all duration-300 sm:bottom-8"
class="fixed bottom-16 left-0 right-0 z-[10] mx-auto h-fit w-full max-w-4xl transition-all duration-300 sm:bottom-8"
>
<div class="mx-2 rounded-2xl border-2 border-solid border-button-border bg-bg-raised p-4">
<div class="flex flex-col items-center justify-between gap-2 md:flex-row">