Skip to content

Commit

Permalink
Merge fa97eae into ff317cc
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 5, 2024
2 parents ff317cc + fa97eae commit 5c8c705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/fields/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Tooltip: FC<ITooltip> = (props: ITooltip) => {
>
<QuestionIcon className="text-blue-500 ml-1" />
{showTooltip && (
<div className="absolute bg-white dark:bg-gray-sidebar border border-gray-300 rounded p-2 shadow">
<div className="absolute bg-white dark:bg-gray-sidebar border border-gray-300 rounded p-2 shadow z-10">
<div className="text-gray-700 dark:text-white text-xs text-left">
{props.tooltip}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/fields/__snapshots__/Tooltip.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c8c705

Please sign in to comment.