mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
<video> can not be relative, add another wrapper to make img cursor work
This commit is contained in:
parent
66bd97c0b3
commit
39f0dd28b4
@ -24,7 +24,9 @@
|
||||
<body>
|
||||
<div #video-wrapper>
|
||||
<video #handler>
|
||||
<img #cursor src="in-memory:cursor" />
|
||||
<div style="position: relative">
|
||||
<img #cursor src="in-memory:cursor" />
|
||||
</div>
|
||||
</video>
|
||||
</div>
|
||||
<div #file-transfer-wrapper>
|
||||
|
Loading…
Reference in New Issue
Block a user