Skip to content

Commit

Permalink
🐛autocomplete: same zindex as tooltip (#2503)
Browse files Browse the repository at this point in the history
* 🐛autocomplete give dropdwn same zindex as tooltip

* 🐛autocomplete: dropdown same z-index as menu
  • Loading branch information
oddvernes authored Sep 21, 2022
1 parent 92ab301 commit 59e5c4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ function AutocompleteInner<T>(
position: strategy,
top: y ?? 0,
left: x ?? 0,
zIndex: 1400,
},
})}
>
Expand Down

0 comments on commit 59e5c4d

Please sign in to comment.