Skip to content

Commit

Permalink
fix search bar position (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedvaziry authored Apr 14, 2024
1 parent aaef73d commit 75aed62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/layouts/partials/search.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@
}"
@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
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"
Expand Down

0 comments on commit 75aed62

Please sign in to comment.