Skip to content

Commit

Permalink
1,450th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed May 8, 2024
1 parent d933105 commit 69d8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/tooltip/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ useScrollParent(
}
.Tooltip-Panel {
@apply fixed left-0 top-0 z-101 text-slate-100 bg-slate-500 rounded-lg shadow-lg;
@apply fixed left-0 top-0 z-102 text-slate-100 bg-slate-500 rounded-lg shadow-lg;
}
</style>

0 comments on commit 69d8ec5

Please sign in to comment.