Skip to content

Commit

Permalink
flowbit-tooltip is behind card issue fixed (themesberg#393)
Browse files Browse the repository at this point in the history
flowbit-tooltip behind card issue fixed
  • Loading branch information
parthapaul7 authored Oct 19, 2022
1 parent 37644b7 commit 8e742a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/theme/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 8e742a0

Please sign in to comment.