Skip to content

Commit

Permalink
fix(UI): Fix thumbnail sometimes not disappearing due to mouse hover (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
PikachuEXE authored and joeyparrish committed Feb 22, 2025
1 parent ab2e0b6 commit bb23fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/less/thumbnails.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
visibility: hidden;
width: 15%;
z-index: 1;
pointer-events: none;

#shaka-player-ui-thumbnail-image {
position: absolute;
Expand Down

0 comments on commit bb23fad

Please sign in to comment.