mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Merge pull request #696 from movie-web/fix-hover
Fix player UI not always vanishing (or so we hope :D)
This commit is contained in:
commit
bc5e2d6f30
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function ThumbnailDisplay(props: { at: number; show: boolean }) {
|
|||
|
||||
if (!props.show || !currentThumbnail) return null;
|
||||
return (
|
||||
<div className="flex flex-col items-center -translate-x-1/2">
|
||||
<div className="flex flex-col items-center -translate-x-1/2 pointer-events-none">
|
||||
<div className="w-screen flex justify-center">
|
||||
<div ref={ref}>
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue