diff --git a/static/navbar.css b/static/navbar.css index 00f25bc99903b7f37804fa0851f7683864689a73..aa4b38778286eb7097e56dadbcad14619457aef4 100644 --- a/static/navbar.css +++ b/static/navbar.css @@ -31,7 +31,7 @@ body{ /* display: flex; */ position: fixed; /* Keep the navbar fixed at the top of the viewport */ top: 0; /* Align it to the very top of the page */ - left: -10px; + /* left: -10px; */ width: 100%; /* Make sure it spans the full width of the page */ z-index: 10; /* Ensure it stays above other content */ backdrop-filter: blur(5px); /* Optional: Keep this for a blurred background */