Skip to content

Commit

Permalink
docs(changeset): Fix zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntovanini committed Jan 10, 2025
1 parent 394fe42 commit e908768
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-tigers-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@uidu/field-geosuggest': major
---

Fix zIndex
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ function FieldGeosuggest({
>
<div tw="relative w-full">
<Popup
zIndex={999}
autoFocus={false}
isOpen={status === 'OK'}
placement="bottom-start"
Expand Down

0 comments on commit e908768

Please sign in to comment.