Spaces:
Running
Running
Update static/app.css
Browse files- static/app.css +3 -1
static/app.css
CHANGED
@@ -40,13 +40,15 @@ em {
|
|
40 |
|
41 |
/* Conversation area */
|
42 |
.convo {
|
43 |
-
|
44 |
overflow-y: auto;
|
45 |
padding: 10px;
|
46 |
display: flex;
|
47 |
flex-direction: column;
|
48 |
gap: 10px;
|
49 |
scroll-behavior: smooth;
|
|
|
|
|
50 |
}
|
51 |
|
52 |
/* Message bubbles */
|
|
|
40 |
|
41 |
/* Conversation area */
|
42 |
.convo {
|
43 |
+
height: 70vh;
|
44 |
overflow-y: auto;
|
45 |
padding: 10px;
|
46 |
display: flex;
|
47 |
flex-direction: column;
|
48 |
gap: 10px;
|
49 |
scroll-behavior: smooth;
|
50 |
+
flex: 1;
|
51 |
+
|
52 |
}
|
53 |
|
54 |
/* Message bubbles */
|