Update wallet popover z-index

This commit is contained in:
Serkan Reis 2023-02-14 21:27:33 +03:00
parent d5b2c0066d
commit c16300e84b

View File

@ -44,7 +44,7 @@ export const WalletLoader = () => {
>
<Popover.Panel
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',
'flex flex-col items-stretch text-sm divide-y divide-white/10',
)}