root hace 3 años
padre
commit
27c5d316cd
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. 10 1
      jsmind/example/demo.html

+ 10 - 1
jsmind/example/demo.html

@@ -8,10 +8,19 @@
     <link type="text/css" rel="stylesheet" href="../style/jsmind.css" />
     <style type="text/css">
         html,
-        body,
+        body {
+            margin: 0;
+            border: 0;
+            padding: 0;
+            width: 100%;
+            height: 100%;
+            overflow: hidden;
+        }
+
         #jsmind_container {
             width: 100%;
             height: 100%;
+            overflow: auto;
             /*background:#f4f4f4;*/
             background: #f4f4f4;
         }