Skip to content

Commit

Permalink
[@mantine/core] ScrollArea: Fix offsetScrollbars not working on y-a…
Browse files Browse the repository at this point in the history
…xis (#5762)

Co-authored-by: Riley Pearce <[email protected]>
  • Loading branch information
rilrom and Riley Pearce authored Feb 16, 2024
1 parent ce1891e commit 57328c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 57328c9

Please sign in to comment.