Skip to content

Commit 845fb55

Browse files
committed
fix: change navbar position
1 parent 8e71fe4 commit 845fb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/components/content/AppLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const { storefrontUi } = useRuntimeConfig().public;
6363
<AppHeader class="sticky top-0 bg-white dark:bg-neutral-950 z-50" />
6464

6565
<div
66-
class="flex items-center lg:hidden text-left border-b w-full px-6 py-2 text-sm gap-x-2 sticky top-[57px] bg-white dark:bg-neutral-950 z-40"
66+
class="flex items-center lg:hidden text-left border-b w-full px-6 py-2 text-sm gap-x-2 sticky top-[0px] bg-white dark:bg-neutral-950 z-40"
6767
>
6868
<button @click="isMobileMenuOpen = true">
6969
<Icon name="ri:menu-2-fill" class="text-lg" />

0 commit comments

Comments
 (0)