Skip to content

Commit

Permalink
fix: Toast message hidden under the footer (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya authored Jul 31, 2023
1 parent 87c5e58 commit 3e8ed46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/components/ui/Toast/components/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Toast = ({
);
})}
</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>
</ToastPrimitive.Provider>
);
Expand Down

0 comments on commit 3e8ed46

Please sign in to comment.