We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ae1c29 + bf0d641 commit dde4428Copy full SHA for dde4428
2 files changed
src/custom/Modal/index.tsx
@@ -122,10 +122,10 @@ export const ModalBody = styled(Paper)(({ theme }) => ({
122
overflowY: 'auto',
123
height: '100%',
124
scrollbarWidth: 'none',
125
+ msOverflowStyle: 'none',
126
'&::-webkit-scrollbar': {
127
display: 'none'
- },
128
- '-ms-overflow-style': 'none'
+ }
129
}));
130
131
const StyledFooter = styled('div', {
src/custom/Workspaces/styles.tsx
@@ -399,10 +399,10 @@ export const RecentActivityGrid = styled(Grid2)({
399
maxHeight: '14.5rem',
400
overflowY: 'scroll',
401
402
403
404
405
406
});
407
408
export const DateGrid = styled(Grid2)(({ theme }) => ({
0 commit comments