LOUIS SANNA commited on
Commit
ee1088e
1 Parent(s): 1c0bcd6

feat(chat): fix height

Browse files
Files changed (1) hide show
  1. style.css +4 -4
style.css CHANGED
@@ -140,23 +140,23 @@ label.selected {
140
 
141
  div#chatbot-row {
142
  height: calc(100vh - 110px) !important;
143
- max-height: 1200px;
144
  }
145
 
146
  div#chatbot {
147
  height: calc(100vh - 220px) !important;
148
- max-height: 1200px;
149
  }
150
 
151
  .max-height {
152
  height: calc(100vh - 110px) !important;
153
- max-height: 1200px;
154
  overflow-y: auto;
155
  }
156
  }
157
 
158
  .gradio-container {
159
- max-height: 1200px;
160
  }
161
 
162
  footer {
 
140
 
141
  div#chatbot-row {
142
  height: calc(100vh - 110px) !important;
143
+ max-height: calc(100vh - 110px) !important;
144
  }
145
 
146
  div#chatbot {
147
  height: calc(100vh - 220px) !important;
148
+ max-height: calc(100vh - 220px) !important;
149
  }
150
 
151
  .max-height {
152
  height: calc(100vh - 110px) !important;
153
+ max-height: calc(100vh - 110px) !important;
154
  overflow-y: auto;
155
  }
156
  }
157
 
158
  .gradio-container {
159
+ max-height: calc(100vh) !important;
160
  }
161
 
162
  footer {