Skip to content

Commit

Permalink
fix (SelectMenuV2): made label relative (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Nov 6, 2022
1 parent aa67490 commit 898f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Form/SelectMenuV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const SelectMenuV2 = <T, V>(props: SelectMenuProps<T, V>) => {
>
{({ open }) => (
<>
<Listbox.Label className="sr-only">
<Listbox.Label className="sr-only !relative">
{props.placeholder}
</Listbox.Label>
<div className="relative">
Expand Down

0 comments on commit 898f762

Please sign in to comment.