shyamtawli / devFind

devFind is an open source project that aims to create a platform for developers to showcase their skills and connect with potential collaborators, all in a user-friendly and searchable format.
https://dev-find.vercel.app/
MIT License
553 stars 586 forks source link

fix/card-flickering: Fix card flickering on hover #1113

Open ahsansheikh94 opened 3 months ago

ahsansheikh94 commented 3 months ago

Description

Fixes: Issue #1095 where the card flickers whenever you hover over the skills list.

Related Issues

When the user hovers over the skills list on a card, the height of the card changes creating a weird flickering effect.

Changes Proposed

The issue was occurring because there was a scrollbar being added to the view whenever we hover over it since the overflow is hidden by default and upon hovering it changes to scroll, adding a scrollbar. Made it so that the overflow is auto by default.

Checklist

Screenshots

https://github.com/user-attachments/assets/144f82d3-2fc1-496a-92df-b986983bcdf3

Note to reviewers

This is my first time contributing to open source, sorry if I missed something :)

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dev-find ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 25, 2024 6:42pm