Skip to content

Commit 2ce5c29

Browse files
committed
hotfix: navigation fix to enable hover and click on nav
1 parent 6bf79a7 commit 2ce5c29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/home/templates/home/components/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
</style>
2020
{% endblock %}
21-
<nav class="absolute w-full z-[999px]">
21+
<nav class="absolute w-full z-[999]">
2222
<div class="relative flex flex-col">
2323
<!-- Ribbon CTA -->
2424
<div class="bg-orange-1 py-1.5 flex items-center justify-center gap-2 flex-col sm:flex-row">

static/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)