Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -27,7 +27,8 @@
|
|
| 27 |
color: #333; /* Gris foncé */
|
| 28 |
}
|
| 29 |
|
| 30 |
-
textarea, #preview {
|
|
|
|
| 31 |
width: 100%;
|
| 32 |
height: 200px;
|
| 33 |
padding: 10px;
|
|
|
|
| 27 |
color: #333; /* Gris foncé */
|
| 28 |
}
|
| 29 |
|
| 30 |
+
textarea, #preview {
|
| 31 |
+
overflow-y: auto;
|
| 32 |
width: 100%;
|
| 33 |
height: 200px;
|
| 34 |
padding: 10px;
|