chore: update z-index tooltip (#3280)

This commit is contained in:
Faisal Amir 2024-08-06 23:02:42 +07:00 committed by Louis
parent c6c45099e9
commit 57205a97ad
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

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