diff --git a/src/ui/remote.html b/src/ui/remote.html
index ebc03ccbe..810b63515 100644
--- a/src/ui/remote.html
+++ b/src/ui/remote.html
@@ -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>