Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -17,8 +17,18 @@ h1 {
|
|
17 |
}
|
18 |
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
}
|