Stop the navbar from sticking to the top of screen

This commit is contained in:
2020-03-18 15:13:17 +00:00
parent 264b306b2f
commit 959097286c
3 changed files with 7 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
<a class="skip-link" href='#main'>Skip to content</a>
{% include "analytics.html" %}
{% block navbar %}
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark" role="navigation">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" role="navigation">
<div class="container">
{% block titleheader %}
{% endblock %}