Skip to content

Commit

Permalink
fix(docs): sticky search button z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 10, 2023
1 parent fd4c80a commit f48ead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/docs/DocsAside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="hidden pb-8 overflow-y-auto lg:block lg:self-start lg:top-16 lg:max-h-[calc(100vh-64px)] lg:sticky lg:pr-8 lg:pl-[2px]"
>
<div class="relative">
<div class="sticky top-0 pointer-events-none">
<div class="sticky top-0 pointer-events-none z-[1]">
<div class="h-8 bg-white dark:bg-gray-900" />
<div class="bg-white dark:bg-gray-900 relative pointer-events-auto">
<UButton
Expand Down

0 comments on commit f48ead6

Please sign in to comment.