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

Merge branch 'develop' into 'main'

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

See merge request !23
parents 34420e07 a3c2fd89
No related branches found
No related tags found
1 merge request!23fix: block navbar_links was below (z-index) block content
Pipeline #197129 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment