We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69752fe commit 69343f8Copy full SHA for 69343f8
src/components/Badge.tsx
@@ -33,7 +33,7 @@ const Badge = ({ text, type }: BadgeProps) => {
33
{TooltipComponent && (
34
<div
35
className={
36
- 'absolute top-full w-max rounded bg-gray-800 px-2 py-1 text-white text-xs shadow-lg z-10'
+ 'absolute top-full z-10 w-max rounded bg-gray-800 px-2 py-1 text-white text-xs shadow-lg'
37
}
38
>
39
<TooltipComponent />
0 commit comments