From c50d7318b2308b9021976516b4f58336bb1857fd Mon Sep 17 00:00:00 2001 From: Partha Date: Thu, 20 Oct 2022 00:41:20 +0530 Subject: [PATCH] flowbit-tooltip behind card issue fixed --- src/lib/theme/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/theme/default.ts b/src/lib/theme/default.ts index ebb596738..8d1ae42b9 100644 --- a/src/lib/theme/default.ts +++ b/src/lib/theme/default.ts @@ -856,7 +856,7 @@ const theme: FlowbiteTheme = { }, tooltip: { target: 'w-fit', - base: 'absolute inline-block rounded-lg py-2 px-3 text-sm font-medium shadow-sm', + base: 'absolute inline-block z-10 rounded-lg py-2 px-3 text-sm font-medium shadow-sm', animation: 'transition-opacity', hidden: 'invisible opacity-0', style: {