Replies: 1 comment 1 reply
-
Can you make a reproduction in a minimal example in the playground? https://play.tailwindcss.com/ |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm using an open-source project and ran into a small issue after upgrading tailwindcss from v3 to v4. When I click on a card in the sidebar, the sidebar scrolls slightly with each click. I found that this issue is related to the animation settings in Windows. It only happens when I turn off animations; it doesn't happen when they're on. The author eventually pinpointed the issue to
scale-[<value>]
. However, this wasn't a problem in v3. I'm wondering if this is a usage error on my part or a new issue introduced by the tailwindcss upgrade.09-23-45.mp4
Beta Was this translation helpful? Give feedback.
All reactions