timeki commited on
Commit
6b6c0ac
1 Parent(s): fbc8128

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -4
style.css CHANGED
@@ -215,7 +215,7 @@ label.selected{
215
  @media screen and (min-width: 1024px) {
216
  .gradio-container {
217
  max-height: calc(100vh - 190px) !important;
218
- overflow: scroll;
219
  }
220
  /* div#chatbot{
221
  height:calc(100vh - 170px) !important;
@@ -235,10 +235,11 @@ label.selected{
235
  /* overflow-y: auto !important; */
236
  }
237
 
238
- /* div#sources-figures{
239
- height:calc(100vh - 190px) !important;
 
240
  overflow-y: scroll !important;
241
- } */
242
 
243
  div#tab-config{
244
  height:calc(100vh - 190px) !important;
 
215
  @media screen and (min-width: 1024px) {
216
  .gradio-container {
217
  max-height: calc(100vh - 190px) !important;
218
+ overflow: hidden;
219
  }
220
  /* div#chatbot{
221
  height:calc(100vh - 170px) !important;
 
235
  /* overflow-y: auto !important; */
236
  }
237
 
238
+ div#sources-figures{
239
+ height:calc(100vh - 300px) !important;
240
+ max-height: 90vh !important;
241
  overflow-y: scroll !important;
242
+ }
243
 
244
  div#tab-config{
245
  height:calc(100vh - 190px) !important;