mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 15:58:14 +00:00
fix: show toasts above the footer
This commit is contained in:
@@ -74,7 +74,7 @@ export function Toaster() {
|
||||
createPortal(
|
||||
state.visibleToasts.length >= 0 ? (
|
||||
<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}
|
||||
ref={reference}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user