mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02: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);
|
setMenuOpen(false);
|
||||||
}}
|
}}
|
||||||
show={displayControls}
|
show={displayControls}
|
||||||
|
{...css({
|
||||||
|
// @ts-ignore Web only
|
||||||
|
cursor: "unset",
|
||||||
|
})}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user