ikraamkb commited on
Commit
014c091
·
verified ·
1 Parent(s): 0604e9c

Update static/app.css

Browse files
Files changed (1) hide show
  1. static/app.css +3 -1
static/app.css CHANGED
@@ -40,13 +40,15 @@ em {
40
 
41
  /* Conversation area */
42
  .convo {
43
- max-height: 70vh;
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 */