fix: save banner is getting hidden by some parts of the ui (#5697)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div
|
<div
|
||||||
v-if="props.isVisible"
|
v-if="props.isVisible"
|
||||||
data-pyro-save-banner
|
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="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">
|
<div class="flex flex-col items-center justify-between gap-2 md:flex-row">
|
||||||
|
|||||||
Reference in New Issue
Block a user