Skip to content

Commit

Permalink
[bootstrap5] Make navbar sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Aug 7, 2023
1 parent e4c1c5a commit be65702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adit/core/templates/core/_navbar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="navbar navbar-expand-sm navbar-dark bg-primary">
<nav class="navbar sticky-top navbar-expand-sm navbar-dark bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="{% url 'home' %}">ADIT</a>
<button class="navbar-toggler"
Expand Down

0 comments on commit be65702

Please sign in to comment.