AndreaAlessandrelli4 commited on
Commit
a2e92b3
·
verified ·
1 Parent(s): d7aab58

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -1
style.css CHANGED
@@ -17,8 +17,18 @@ h1 {
17
  }
18
 
19
 
20
- textarea {
 
 
 
 
 
 
 
 
 
21
  resize: both;
 
22
  min-height: 100px;
23
  min-width: 200px;
24
  }
 
17
  }
18
 
19
 
20
+
21
+
22
+
23
+ #chatbox .input_box textarea {
24
+ resize: both;
25
+ min-height: 100px;
26
+ min-width: 200px;
27
+ }
28
+
29
+ #chatbox .output_box {
30
  resize: both;
31
+ overflow: auto;
32
  min-height: 100px;
33
  min-width: 200px;
34
  }