codewithsadee / vcard-personal-portfolio

vCard is a fully responsive personal portfolio website, responsive for all devices.
https://codewithsadee.github.io/vcard-personal-portfolio/
MIT License
5.2k stars 2.14k forks source link

[Fix] Sidebar active height above 1250px #98

Open tejas-mn opened 5 months ago

tejas-mn commented 5 months ago

Bug: If side bar is active and we come back to above 1250px. The sidebar height still stays at 584px.

Bug

Fix: Made max-height: initial above 1250px.

Fix

Let me know if this has any affect on existing design. This is my first contribution to a open source public repository🙂

Thank you!