We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e71fe4 commit 845fb55Copy full SHA for 845fb55
apps/docs/components/content/AppLayout.vue
@@ -63,7 +63,7 @@ const { storefrontUi } = useRuntimeConfig().public;
63
<AppHeader class="sticky top-0 bg-white dark:bg-neutral-950 z-50" />
64
65
<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"
+ 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"
67
>
68
<button @click="isMobileMenuOpen = true">
69
<Icon name="ri:menu-2-fill" class="text-lg" />
0 commit comments