From 794a1c23d02e660f53240bf207cc72bbf8b24510 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:30:51 -0600 Subject: [PATCH] navbar: set fixed to top of screen --- default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default.css b/default.css index b74244c..5fbc040 100644 --- a/default.css +++ b/default.css @@ -7,12 +7,17 @@ body { margin-inline: auto; background: #eff1f5; margin: 0px auto; + padding-top: 80px; } #navigation { background: #dce0e8; display: flex; padding: 16px; + position: fixed; + top: 0px; + left: 0px; + right: 0px; } #navBarLeft {