Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -30,7 +30,8 @@
|
|
| 30 |
textarea, #preview {
|
| 31 |
overflow-y: auto;
|
| 32 |
width: 100%;
|
| 33 |
-
height:
|
|
|
|
| 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;
|