mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-23 17:52:36 -04:00
Disable cursor on player's hover
This commit is contained in:
parent
30b6d4791f
commit
6022f5b9d2
@ -249,6 +249,10 @@ export const Player: QueryPage<{ slug: string; type: "episode" | "movie" }> = ({
|
||||
setMenuOpen(false);
|
||||
}}
|
||||
show={displayControls}
|
||||
{...css({
|
||||
// @ts-ignore Web only
|
||||
cursor: "unset",
|
||||
})}
|
||||
/>
|
||||
</View>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user