Skip to content

Commit

Permalink
fix: remove scroll on ModalContent
Browse files Browse the repository at this point in the history
  • Loading branch information
DinhTran committed Mar 14, 2024
1 parent df60ef0 commit 74b1d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Contracts/modals/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const ModalContent = styled(Box)`
gap: 12px;
max-height: 70dvh;
padding: 4px;
overflow: auto;
&::-webkit-scrollbar {
width: 5px;
Expand Down

0 comments on commit 74b1d92

Please sign in to comment.