Skip to content

Commit

Permalink
Fix popover
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Jun 15, 2024
1 parent a5c3de9 commit 98bc77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/app/views/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const Status = () => {
data-popover
id='token-name-popover'
role='tooltip'
className={tw`absolute z-10 invisible inline-block w-64 text-sm text-black transition-opacity duration-300 bg-gray-50 rounded-lg shadow-sm opacity-0 dark:text-white dark:bg-gray-700`}
className={tw`absolute z-50 invisible inline-block w-64 text-sm text-black transition-opacity duration-300 bg-gray-50 rounded-lg shadow-sm opacity-0 dark:text-white dark:bg-gray-700`}
>
<div className={tw`px-3 py-2`}>
Supported Games
Expand Down

0 comments on commit 98bc77e

Please sign in to comment.