<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>
|
<body>
|
||||||
<div #video-wrapper>
|
<div #video-wrapper>
|
||||||
<video #handler>
|
<video #handler>
|
||||||
|
<div style="position: relative">
|
||||||
<img #cursor src="in-memory:cursor" />
|
<img #cursor src="in-memory:cursor" />
|
||||||
|
</div>
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
<div #file-transfer-wrapper>
|
<div #file-transfer-wrapper>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user