mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 04:11:50 +01:00
Fix player UI not always vanishing (or so we hope :D)
This commit is contained in:
parent
7bf085d0f9
commit
adbf11969e
@ -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 New Issue
Block a user