Explorar o código

fixed top padding on vnc_full.html

Daniel Lackmann %!s(int64=5) %!d(string=hai) anos
pai
achega
2249f2888e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      vnc_full.html

+ 2 - 2
vnc_full.html

@@ -207,11 +207,11 @@
     </div> <!-- End of noVNC_control_bar -->
 
 
-    <div id="noVNC_container" style="top: 0;">
+    <div id="noVNC_container">
         <h1 id="noVNC_logo"><span>no</span><br />VNC</h1>
 
         <!-- HTML5 Canvas -->
-        <div id="noVNC_screen">
+        <div id="noVNC_screen" style="top: 0;">
             <canvas id="noVNC_canvas" width="0" height="0">
                         Canvas not supported.
             </canvas>