Skip to content

Commit f7c4a87

Browse files
sullivanlngOothecaPickle
authored andcommitted
Fixes FreeTubeApp#5476: Adjusted z-index for tooltips to avoid overlapping with bars (FreeTubeApp#6656)
1 parent 445c3eb commit f7c4a87

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)