skip to Main Content

Html – Sticky Navbar does not stick when content too long

This is my current state of code (minified, for explanation only) index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="navbar-wrapper"> <nav class="navbar"> <h1 class="navbar-logo"> Logo </h1> <div class="burger"> Menu…

VIEW QUESTION
Back To Top
Search