Skip to content
Snippets Groups Projects

fix: block navbar_links was below (z-index) block content

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -29,7 +29,7 @@
{% block home_logo %}DaisyUI{% endblock %}
</a>
</div>
<div class="flex-none hidden lg:block">
<div class="flex-none hidden lg:block z-10">
<ul class="menu menu-horizontal">
{% block navbar_links %}
<li><a>Item 1</a></li>
Loading