Skip to content

Commit a83bae5

Browse files
committed
fix
Signed-off-by: FaheemOnHub <[email protected]>
1 parent 34bd441 commit a83bae5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/custom/Modal/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,12 @@ export const ModalBody = styled(Paper)(({ theme }) => ({
120120
padding: '1rem',
121121
backgroundColor: theme.palette.background.surfaces,
122122
overflowY: 'auto',
123-
height: '100%'
123+
height: '100%',
124+
scrollbarWidth: 'none',
125+
'&::-webkit-scrollbar': {
126+
display: 'none'
127+
},
128+
'-ms-overflow-style': 'none'
124129
}));
125130

126131
const StyledFooter = styled('div', {

0 commit comments

Comments
 (0)