From f5306977d9b5696cbb7e9fd7946b2281df5663e4 Mon Sep 17 00:00:00 2001 From: Vitaly Rtishchev Date: Tue, 4 Oct 2022 17:23:38 +0400 Subject: [PATCH] [@mantine/core] ScrollArea: Fix incorrect thumb hover area (#2610) --- src/mantine-core/src/ScrollArea/ScrollArea.styles.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mantine-core/src/ScrollArea/ScrollArea.styles.ts b/src/mantine-core/src/ScrollArea/ScrollArea.styles.ts index 98c4c4024a5..36968ead051 100644 --- a/src/mantine-core/src/ScrollArea/ScrollArea.styles.ts +++ b/src/mantine-core/src/ScrollArea/ScrollArea.styles.ts @@ -77,8 +77,6 @@ export default createStyles( transform: 'translate(-50%, -50%)', width: '100%', height: '100%', - minWidth: 44, - minHeight: 44, }, },