diff --git a/packages/@mantine/core/src/components/ScrollArea/ScrollArea.module.css b/packages/@mantine/core/src/components/ScrollArea/ScrollArea.module.css index ee057889122..1166bf644d4 100644 --- a/packages/@mantine/core/src/components/ScrollArea/ScrollArea.module.css +++ b/packages/@mantine/core/src/components/ScrollArea/ScrollArea.module.css @@ -29,7 +29,7 @@ } &:where([data-scrollbars='xy'], [data-scrollbars='x']) { - &:where([data-offset-scrollbars='xy'] [data-offset-scrollbars='x']) { + &:where([data-offset-scrollbars='xy'], [data-offset-scrollbars='x']) { padding-bottom: var(--scrollarea-scrollbar-size); } }