<video> can not be relative, add another wrapper to make img cursor work

This commit is contained in:
rustdesk 2021-08-04 00:57:48 +08:00
parent 66bd97c0b3
commit 39f0dd28b4

View File

@ -24,7 +24,9 @@
<body> <body>
<div #video-wrapper> <div #video-wrapper>
<video #handler> <video #handler>
<img #cursor src="in-memory:cursor" /> <div style="position: relative">
<img #cursor src="in-memory:cursor" />
</div>
</video> </video>
</div> </div>
<div #file-transfer-wrapper> <div #file-transfer-wrapper>