ScrollArea replace display: table #7030
Toshinaki
started this conversation in
Feature requests
Replies: 4 comments 8 replies
-
Yeah in our application we also constantly have to overwrite |
Beta Was this translation helpful? Give feedback.
0 replies
-
This change might be added in v8 release as it can be breaking for some cases |
Beta Was this translation helpful? Give feedback.
2 replies
-
i got this pain now, is there any workaround? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I did the same on a few different occasions :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that ScrollArea is no longer depends on Radix Scroll Area.
The
display: table
has been a pain to me, since it make the content takes the full width of the children, not the width of the parent. So it's always very difficult to use when I want only vertical scroll.There has been a fix for this, that
radix-ui/primitives#2945
Though the fix is not released yet.
Since mantine ScrollArea no longer depend on radix, maybe we can adapt this fix?
Beta Was this translation helpful? Give feedback.
All reactions