Skip to content

Commit

Permalink
remove scrollbar width
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMakka committed Nov 22, 2023
1 parent 310b651 commit c4c7946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonmark/components/shared/Modal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export const modalContent = css`
}
&::-webkit-scrollbar {
width: 1.6rem;
display: none;
}
`;

0 comments on commit c4c7946

Please sign in to comment.