Describe the bug
It looks like the Tailwind data attribute selectors used for Scroll View orientation incorrectly in the generated base-ui version:
data-horizontal: data-vertical:
Should be changed to:
data-[orientation=horizontal]:
data-[orientation=vertical]:
Affected component/components
scroll-view
How to reproduce
- Create shadcn base-ui components
- Use Scroll View component
- No scrollbar is shown
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting