File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1313 @click.stop
1414 @touchmove.stop
1515 >
16- <div class =" flex items-center justify-between px-4 py-4 border-b border-gray-200 dark:border-gray-700 flex-shrink-0" >
16+ <div class =" sticky top-0 z-10 flex items-center justify-between px-4 py-4 border-b border-gray-200 dark:border-gray-700 flex-shrink-0 bg-white dark:bg-gray-900 " >
1717 <h2 class =" text-lg font-semibold text-gray-900 dark:text-white" >{{ title }}</h2 >
1818 <button
1919 @click.stop =" $emit('close')"
Original file line number Diff line number Diff line change 2020 title =" Documentation"
2121 @close =" toggleMobileMenu"
2222 >
23+ <!-- Mobile Search -->
24+ <div class =" mb-6" >
25+ <UContentSearchButton label =" Search docs..." :collapsed =" false" class =" w-full" @click =" toggleMobileMenu" />
26+ </div >
27+
2328 <div class =" space-y-6" >
2429 <NavigationSection
2530 v-for =" section in navigationSections"
You can’t perform that action at this time.
0 commit comments