Skip to content

Commit

Permalink
fix: search dropdown width (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kalachikov committed Jul 8, 2024
1 parent d50920a commit 22b5efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<transition name="slide-fade-top">
<div
v-if="searchDropdownVisible"
class="absolute left-0 top-[3.45rem] z-20 flex w-full flex-col gap-1 overflow-y-auto rounded bg-additional-50 shadow-lg"
class="absolute left-1/2 top-[3.45rem] z-20 flex w-full min-w-[640px] max-w-[100vw] -translate-x-1/2 flex-col gap-1 overflow-y-auto rounded bg-additional-50 shadow-lg"
:style="searchDropdownStyle"
>
<!-- Results -->
Expand Down

0 comments on commit 22b5efa

Please sign in to comment.