recodehive / awesome-github-profiles

A curated list of inspiring GitHub profiles from developers, designers, and tech enthusiasts around the world.
https://recodehive.github.io/awesome-github-profiles/
MIT License
106 stars 182 forks source link

Error: GitHub Profiles Overlapping/Overriding Social Icons #743

Open priyachau12 opened 2 weeks ago

priyachau12 commented 2 weeks ago

Describe the Error: In the current implementation, GitHub profile cards are suppressing the social icons on the main page. As a result, the profile cards cover the social icons, making them inaccessible and disrupting the intended layout.

Expected Behavior: The social icons should always appear on top of the GitHub profile cards, ensuring they remain visible and accessible regardless of the position of the profile cards.

Steps to Reproduce: Navigate to the page where GitHub profiles and social icons are displayed together. Scroll through the profiles and observe how the social icons are overlapped by the profile cards.

Proposed Solution: Adjust the CSS z-index values to give the social icons a higher z-index compared to the profile cards. Ensure both elements are positioned correctly (e.g., relative or absolute) to respect the stacking order. Additional Context This issue affects the user experience, as social icons are meant to be always accessible. Resolving this would improve the usability and visual appeal of the interface.

image image

welcome[bot] commented 2 weeks ago

Thanks for opening the issue! Do join our Github Org, a Community inclusive for Data Science Enthusiasts 😄

sanjay-kv commented 2 weeks ago

I think someone raised issue on this.