Skip to content

Commit

Permalink
fix: 🐛 ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lokiwich committed Feb 25, 2024
1 parent 51df334 commit c7f177e
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 c7f177e

Please sign in to comment.