You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gallery Features section exhibits visual overflow when hovering over feature cards. The expanded content spills outside card boundaries, breaking the layout.
In HowItWorks.tsx, the grid forces 4 narrow columns at the lg breakpoint (lg:grid-cols-4). When hover reveals additional details, the constrained card width causes text to overflow.
Additionally, time delay of 1000ms is usually too long for hover UX; it feels laggy more than “optimized.”
For this case, use 200–300ms as a good default (quick but avoids accidental triggers), or 0ms if you want instant response. Performance impact is negligible either way—the main win is better user feel.
Steps to Reproduce
Go to website
scroll to Gallery Features
Hover on any feature tab you will find that content is overflowing
Logs and Screenshots
Screen.Recording.2026-03-02.201343.mp4
Environment Details
It reproduces in HowItWorks.tsx at large-screen card hover with lg:grid-cols-4, while build still passes via npm run build on Windows.
Impact
High - Major feature is broken
Code of Conduct
I have joined the Discord server and will post updates there
I have searched existing issues to avoid duplicates
Bug Description
The Gallery Features section exhibits visual overflow when hovering over feature cards. The expanded content spills outside card boundaries, breaking the layout.
In
HowItWorks.tsx, the grid forces 4 narrow columns at the lg breakpoint (lg:grid-cols-4). When hover reveals additional details, the constrained card width causes text to overflow.Additionally, time delay of 1000ms is usually too long for hover UX; it feels laggy more than “optimized.”
For this case, use 200–300ms as a good default (quick but avoids accidental triggers), or 0ms if you want instant response. Performance impact is negligible either way—the main win is better user feel.
Steps to Reproduce
Logs and Screenshots
Screen.Recording.2026-03-02.201343.mp4
Environment Details
It reproduces in
HowItWorks.tsxat large-screen card hover withlg:grid-cols-4, while build still passes vianpm run buildon Windows.Impact
High - Major feature is broken
Code of Conduct