primitives icon indicating copy to clipboard operation
primitives copied to clipboard

[ScrollArea] Viewport fixes

Open vladmoroz opened this issue 1 year ago • 0 comments

  • Fix asChild prop not working as expected on the Viewport part
  • Rework the inner content element styles on the Viewport part
    • Replace display: table with 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: ellipsis not working when used with a vertical scrollbar

Closes #926 #1666

vladmoroz avatar Jun 10 '24 11:06 vladmoroz