Skip to content

Commit

Permalink
fix: update min height custom modal
Browse files Browse the repository at this point in the history
  • Loading branch information
DinhTran committed Mar 12, 2024
1 parent f55ef25 commit df60ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/commons/CustomModal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const WrapTitle = styled(Box)(({ theme }) => ({

export const ContentContainer = styled(Box)(({ theme }) => ({
maxWidth: "min(90vw, 1200px)",
maxHeight: "min(90vh, 800px)",
maxHeight: "min(90vh, 1000px)",
overflowY: "auto",
"&::-webkit-scrollbar": {
width: "5px",
Expand Down

0 comments on commit df60ef0

Please sign in to comment.