root 3 년 전
부모
커밋
27c5d316cd
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  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;
         }