Skip to content

Commit

Permalink
fix z-index of network dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Dec 23, 2024
1 parent 61d2620 commit 7b57182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/components/layout/HeaderChainDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const HeaderChainDropdown: FC = () => {

return (
<Listbox value={indexerSet} onChange={handleChainChange}>
<div className='relative'>
<div className='relative z-10'>
<Listbox.Button className='relative w-full cursor-default rounded-full bg-white py-2 pl-3 pr-10 text-left font-["Montserrat"] shadow-md focus:outline-none focus-visible:border-indigo-500 focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-orange-300 dark:bg-blueAccent dark:text-white sm:text-sm'>
<div className='flex items-center justify-center'>
<AutonomysSymbol />
Expand Down

0 comments on commit 7b57182

Please sign in to comment.