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.
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.
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 :)