Skip to content

Commit

Permalink
[@mantine/spotlight] Fix spotlight overflow scroll (#2361)
Browse files Browse the repository at this point in the history
fixes #2360
  • Loading branch information
hichemfantar committed Sep 19, 2022
1 parent 2fe91e4 commit e4c7333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-spotlight/src/Spotlight/Spotlight.styles.ts
Expand Up @@ -23,7 +23,7 @@ export default createStyles(
borderRadius: theme.fn.radius(radius),
width: '100%',
maxWidth,
overflow: 'hidden',
overflow: 'auto',
marginLeft: 'calc(var(--removed-scroll-width, 0px) * -1)',
},

Expand Down

0 comments on commit e4c7333

Please sign in to comment.