Skip to content

Commit

Permalink
TxnSettings zIndex change
Browse files Browse the repository at this point in the history
Changed TxnSettings zIndex so it sits below the NavBar
  • Loading branch information
uncoolzero committed Aug 2, 2023
1 parent e905879 commit 0785cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/components/Common/Form/TxnSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const TxnSettings: FC<{
<Popper
anchorEl={anchorEl}
open={menuVisible}
sx={{ zIndex: 999 }}
sx={{ zIndex: 79 }}
placement="bottom-end"
// Align the menu to the bottom
// right side of the anchor button.
Expand Down

0 comments on commit 0785cb5

Please sign in to comment.