chore: update z-index tooltip (#3280)

This commit is contained in:
Faisal Amir 2024-08-06 23:02:42 +07:00 committed by GitHub
parent 8372f30f0e
commit 5a81865508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform, opacity; will-change: transform, opacity;
font-weight: 500; font-weight: 500;
z-index: 100; z-index: 999999999;
max-width: 240px; max-width: 240px;
@apply text-sm leading-normal; @apply text-sm leading-normal;
} }