Update wallet popover z-index
This commit is contained in:
parent
d5b2c0066d
commit
c16300e84b
@ -44,7 +44,7 @@ export const WalletLoader = () => {
|
|||||||
>
|
>
|
||||||
<Popover.Panel
|
<Popover.Panel
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'absolute inset-x-4 mt-2',
|
'absolute inset-x-4 z-50 mt-2',
|
||||||
'bg-stone-800/80 rounded shadow-lg shadow-black/90 backdrop-blur-sm',
|
'bg-stone-800/80 rounded shadow-lg shadow-black/90 backdrop-blur-sm',
|
||||||
'flex flex-col items-stretch text-sm divide-y divide-white/10',
|
'flex flex-col items-stretch text-sm divide-y divide-white/10',
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user