Skip to content

Commit bb23fad

Browse files
PikachuEXEjoeyparrish
authored andcommitted
fix(UI): Fix thumbnail sometimes not disappearing due to mouse hover (#8089)
The thumbnail sometimes stuck (would not disappear) when mouse cursor hovers over it (not over seek bar) Steps to reproduce: - Get local demo running (python build/all.py --debug?) - Find a video with thumbnail to play Bug reproduction https://github.com/user-attachments/assets/d0212307-7d12-41e0-af22-c111f019cae8 Reported in FreeTubeApp/FreeTube#5965 Fix from FreeTubeApp/FreeTube#6812
1 parent ab2e0b6 commit bb23fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/less/thumbnails.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
visibility: hidden;
99
width: 15%;
1010
z-index: 1;
11+
pointer-events: none;
1112

1213
#shaka-player-ui-thumbnail-image {
1314
position: absolute;

0 commit comments

Comments
 (0)