fix: show toasts above the footer
This commit is contained in:
parent
b060700dfe
commit
328302cd81
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export function Toaster() {
|
||||||
createPortal(
|
createPortal(
|
||||||
state.visibleToasts.length >= 0 ? (
|
state.visibleToasts.length >= 0 ? (
|
||||||
<div
|
<div
|
||||||
className={cn('fixed bottom-4 right-4', 'flex flex-col gap-4')}
|
className={cn('fixed bottom-20 right-4', 'flex flex-col gap-4')}
|
||||||
{...regionProps}
|
{...regionProps}
|
||||||
ref={reference}
|
ref={reference}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue