mirror of
https://github.com/vitodeploy/vito.git
synced 2025-05-13 11:33:34 +00:00
fix search bar position (#165)
This commit is contained in:
parent
aaef73d89d
commit
75aed62d75
@ -132,7 +132,10 @@
|
|||||||
}"
|
}"
|
||||||
@open-search.window="openSearch"
|
@open-search.window="openSearch"
|
||||||
>
|
>
|
||||||
<div x-show="open" class="absolute bottom-0 left-0 right-0 top-0 flex max-w-full items-start justify-center">
|
<div
|
||||||
|
x-show="open"
|
||||||
|
class="fixed bottom-0 left-0 right-0 top-0 z-[2000] flex max-w-full items-start justify-center"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
x-on:click="close"
|
x-on:click="close"
|
||||||
class="fixed inset-0 bottom-0 left-0 right-0 top-0 z-[1000] items-center bg-gray-500 opacity-75 dark:bg-gray-900"
|
class="fixed inset-0 bottom-0 left-0 right-0 top-0 z-[1000] items-center bg-gray-500 opacity-75 dark:bg-gray-900"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user