Skip to content
Snippets Groups Projects
Commit a3c2fd89 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

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

parent 5aab2242
No related branches found
No related tags found
1 merge request!23fix: block navbar_links was below (z-index) block content
Pipeline #197119 passed with warnings
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
{% block home_logo %}DaisyUI{% endblock %} {% block home_logo %}DaisyUI{% endblock %}
</a> </a>
</div> </div>
<div class="flex-none hidden lg:block"> <div class="flex-none hidden lg:block z-10">
<ul class="menu menu-horizontal"> <ul class="menu menu-horizontal">
{% block navbar_links %} {% block navbar_links %}
<li><a>Item 1</a></li> <li><a>Item 1</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment