For some reason I am having trouble getting rid of the horizontal section of my scroll bar (ScrollArea component). Even when I increase the width of the component or change it to a ScrollArea.Autosize variant I am unable to get rid of the tiny horizontal scroll bar at the bottom. I've tried reducing the size of the font and Menu.Item components. I even tried adding sx={{overflowX: 'hidden'}} to both the ScrollArea and Menu.Dropdown components but it didn't seem to do anything. Any suggestions?
#Removing Horizontal Scrollbar on ScrollArea
1 messages · Page 1 of 1 (latest)
You need withGlobalStyles withNormalizeCSS on your MantineProvider. Or perhaps withinPortal on the Menu, I forget.
Still not working for some reason
#854810300876062773 message