5°C6:15 amLondon, UK.

Sticky Nav

Create a fixed navbar for your app or site

Icon for Sticky Nav

Last updated: 28 Oct 2022

# javascript# css

.navbar {
position: sticky;
z-index: 10;
top: 0;
backdrop-filter: saturate(180%) blur(20px);
}

© 2026 Jide Abdul-Qudus. All rights reserved.

Built with Gatsby & Coffee.