We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4319c83 commit a67a83dCopy full SHA for a67a83d
app/utils/flashes.tsx
@@ -60,7 +60,7 @@ const Flashes = () => {
60
const errorId = query.errorId as keyof typeof flashes;
61
const ErrorComponent = renderErrorContent[errorId];
62
return (
63
- <Box sx={{ position: "fixed", bottom: "1rem", right: "1rem" }}>
+ <Box sx={{ position: "fixed", bottom: "1rem", right: "1rem", zIndex: 1 }}>
64
<AnimatePresence>
65
{errorId && !dismissed[errorId] ? (
66
<motion.div
0 commit comments