From 666538ea9075384bb126e348e7953df089f23ae7 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Mon, 5 Sep 2022 15:38:45 +0100 Subject: [PATCH] Fix spotlight overflow scroll fixes #2360 --- src/mantine-spotlight/src/Spotlight/Spotlight.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mantine-spotlight/src/Spotlight/Spotlight.styles.ts b/src/mantine-spotlight/src/Spotlight/Spotlight.styles.ts index 290bc5a1114..8825bad13ff 100644 --- a/src/mantine-spotlight/src/Spotlight/Spotlight.styles.ts +++ b/src/mantine-spotlight/src/Spotlight/Spotlight.styles.ts @@ -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)', },