Shadcn/ui components clipped & misaligned in Next.js Turbopack + Tailwind v4 #7321
Unanswered
ajithberlin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
globals.css
only has@import "tailwindcss";
)Issue:
Buttons, dropdowns and cards render incorrectly—half-height buttons, dropdowns under other elements, clipped edges.
Steps to Reproduce:
@import "tailwindcss";
inglobals.css
.<Button>
or<DropdownMenu>
.Beta Was this translation helpful? Give feedback.
All reactions