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

Update index.html

Browse files
Files changed (1) hide show
  1. 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;