collove / pasteme

⚡ RESTful Pastebin Service for @hashnode via @planetscale
https://pasteme.pythonanywhere.com
MIT License
85 stars 7 forks source link

FIX: Navbar fixed position on scroll #95

Closed Farhaduneci closed 2 years ago

Farhaduneci commented 2 years ago

Navbar position needs to change relative to the page scroll, this happens via JS adding various CSS classes to the hero and navbar elements. Some CSS classes were making a glitch-like effect while scrolling the page, which is fixed now.

Actions Taken

lnxpy commented 2 years ago

Thanks.