Skip to content

Commit

Permalink
SHM-4163: Error pane not top layer, staking info pane is
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlbui authored and chrypnotoad committed Apr 10, 2024
1 parent 926c094 commit 87c4778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ToastContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function ToastContextProvider({
return (
<>
{open && (
<div className="alert toast toast-top toast-center mt-2 bg-transparent">
<div className="alert toast toast-top toast-center mt-2 bg-transparent z-50">
<div className={`${severity} rounded-lg max-w-[45rem] flex p-4`}>
<div>
<span
Expand Down

0 comments on commit 87c4778

Please sign in to comment.