From 5a81865508c205ed8c54df209092553a0c40054f Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Tue, 6 Aug 2024 23:02:42 +0700 Subject: [PATCH] chore: update z-index tooltip (#3280) --- joi/src/core/Tooltip/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joi/src/core/Tooltip/styles.scss b/joi/src/core/Tooltip/styles.scss index 04fb841c63..1ec9a56994 100644 --- a/joi/src/core/Tooltip/styles.scss +++ b/joi/src/core/Tooltip/styles.scss @@ -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; }