Skip to content

Commit

Permalink
[@mantine/core] ScrollArea: Fix incorrect thumb hover area (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 4, 2022
1 parent 41d641e commit f530697
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mantine-core/src/ScrollArea/ScrollArea.styles.ts
Expand Up @@ -77,8 +77,6 @@ export default createStyles(
transform: 'translate(-50%, -50%)',
width: '100%',
height: '100%',
minWidth: 44,
minHeight: 44,
},
},

Expand Down

0 comments on commit f530697

Please sign in to comment.