mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 17:43:03 +03:00
fix: Toast message hidden under the footer (#761)
This commit is contained in:
parent
87c5e582a2
commit
3e8ed46317
@ -60,7 +60,7 @@ export const Toast = ({
|
|||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</AnimatePresence>
|
</AnimatePresence>
|
||||||
<ToastPrimitive.Viewport className="fixed flex-col bottom-0 left-0 right-0 p-5 flex items-end gap-2 outline-none pointer-events-none" />
|
<ToastPrimitive.Viewport className="fixed flex-col bottom-0 left-0 right-0 p-5 flex items-end gap-2 outline-none pointer-events-none z-20" />
|
||||||
</ToastContext.Provider>
|
</ToastContext.Provider>
|
||||||
</ToastPrimitive.Provider>
|
</ToastPrimitive.Provider>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user