Skip to content

Commit

Permalink
Merge pull request #82 from frontChapter/develop
Browse files Browse the repository at this point in the history
fix: 🐛 ui fix
  • Loading branch information
lokiwich authored Feb 25, 2024
2 parents f1c6b3e + c7f177e commit 791371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/navigation-menu/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav x-data="{ open: false }"
class="sticky top-0 bg-white border-b border-secondary-200 dark:bg-secondary-800 dark:border-secondary-700">
class="sticky top-0 z-50 bg-white border-b border-secondary-200 dark:bg-secondary-800 dark:border-secondary-700">
<!-- Primary Navigation Menu -->
<div class="container px-4 mx-auto sm:px-2 md:px-0">
<div class="flex h-16 gap-2">
Expand Down

0 comments on commit 791371f

Please sign in to comment.