mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 23:41:29 +03:00
<video> can not be relative, add another wrapper to make img cursor work
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user