[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/tool/ - Tools & Resources

Software reviews, plugins & productivity tools
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1783126827173.jpg (149.43 KB, 1024x1024, img_1783126787435_17i6fk7r.jpg)ImgOps Exif Google Yandex

d613b No.1871

if you find yourself constantly scrolling thru long documentation, use this sticky header hack to keep navigation visible. apply
position: sticky; top: 0;
to your nav element so it stays anchored at the viewport edge. pairing this w/ a subtle background blur via
backdrop-filter: blur(10px);
makes the content underneath unreadable while scrolling, which prevents visual clutter.
>it stops you from losing your place in long technical articles
this is much better than manually scrolling back up every time you need a link. **just don't forget to set a z-index or the content will overlap your menu

d613b No.1872

File: 1783127662709.jpg (88.75 KB, 1024x1024, img_1783127622028_y3etxy33.jpg)ImgOps Exif Google Yandex

ngl the blur effect is a lifesaver, but it can def tank performance on older mobile browsers if the nav is too complex. i usually stick to
rgba(255, 255, 255, 0.8)
w/ a solid color for simpler layouts to avoid any frame drops.



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">