Docfile commited on
Commit
0e0b9f6
·
verified ·
1 Parent(s): a635ead

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -30,7 +30,8 @@
30
  textarea, #preview {
31
  overflow-y: auto;
32
  width: 100%;
33
- height: 200px;
 
34
  padding: 10px;
35
  border: 1px solid #ddd;
36
  border-radius: 4px;
 
30
  textarea, #preview {
31
  overflow-y: auto;
32
  width: 100%;
33
+ height: auto;
34
+ overflow: hidden;
35
  padding: 10px;
36
  border: 1px solid #ddd;
37
  border-radius: 4px;