mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
fix(docs): sticky search button z-index
This commit is contained in:
@@ -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]"
|
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="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="h-8 bg-white dark:bg-gray-900" />
|
||||||
<div class="bg-white dark:bg-gray-900 relative pointer-events-auto">
|
<div class="bg-white dark:bg-gray-900 relative pointer-events-auto">
|
||||||
<UButton
|
<UButton
|
||||||
|
|||||||
Reference in New Issue
Block a user