Skip to content

Commit

Permalink
fix: new reference record z-index (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopuleo committed Dec 11, 2023
1 parent 728c4c2 commit edacc4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const Dialog = styled(BaseDialog)({
export const FullWidthDialog = styled(BaseDialog)({
maxWidth: "100%",
minWidth: "90%",
zIndex: "20",
".mdc-dialog__surface": {
width: "auto",
maxWidth: "100%",
Expand Down

0 comments on commit edacc4b

Please sign in to comment.