primitives
primitives copied to clipboard
[ScrollArea] Viewport fixes
- Fix
asChildprop not working as expected on the Viewport part - Rework the inner content element styles on the Viewport part
- Replace
display: tablewith flex styles on the parent that allow the viewport to fill container height (based on the Radix Themes implementation) - Replace most related inline styles with 0,0,0 specificity styles for easier overrides via
[data-radix-scroll-area-content] - Fix
text-overflow: ellipsisnot working when used with a vertical scrollbar
- Replace
Closes #926 #1666