Skip to content

Commit

Permalink
[@mantine/core] Fix scrollbar appearing in Select, MultiSelect and Au…
Browse files Browse the repository at this point in the history
…tocomplete dropdown when withNormalizeCSS and withGlobalStyles are not set on MantineProvider
  • Loading branch information
rtivital committed Oct 3, 2022
1 parent 5c783d3 commit 88cf782
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -7,5 +7,6 @@ export default createStyles(() => ({
padding: 4,
display: 'flex',
width: '100%',
boxSizing: 'border-box',
},
}));

0 comments on commit 88cf782

Please sign in to comment.