Skip to content

Commit

Permalink
Adjust z-index for ProviderSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Apr 27, 2023
1 parent 38de7bd commit 14863cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/ChecksCatalog/ProviderSelection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function ProviderSelection({ className, providers, selected, onChange }) {
leaveFrom="opacity-100"
leaveTo="opacity-0"
>
<Listbox.Options className="absolute w-full py-1 mt-1 overflow-auto text-base bg-white rounded-md shadow-lg max-h-60 ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm">
<Listbox.Options className="absolute w-full py-1 mt-1 overflow-auto text-base bg-white rounded-md shadow-lg max-h-60 ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm z-10">
{providers.map((provider, providerIdx) => (
<Listbox.Option
key={/* eslint-disable */ providerIdx}
Expand Down

0 comments on commit 14863cb

Please sign in to comment.