Skip to content

Commit bf4d49e

Browse files
authored
Fixes #5476: Adjusted z-index for tooltips to avoid overlapping with bars (#6656)
1 parent edef122 commit bf4d49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/ft-tooltip/ft-tooltip.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
transition-duration: 275ms;
2626
transition-property: opacity, transform, visibility;
2727
visibility: hidden;
28-
z-index: 4;
28+
z-index: 2;
2929
}
3030

3131
.text.bottom {

0 commit comments

Comments
 (0)