timeki commited on
Commit
cf83e03
·
1 Parent(s): 079ec1d

fix hf front

Browse files
Files changed (1) hide show
  1. style.css +5 -5
style.css CHANGED
@@ -236,11 +236,11 @@ label.selected{
236
  max-height: calc(100vh - 190px) !important;
237
  overflow: hidden;
238
  }
239
- div#chatbot{
240
  height:calc(100vh - 170px) !important;
241
  max-height:calc(100vh - 170px) !important;
242
 
243
- }
244
 
245
  div#tab-examples{
246
  height:calc(100vh - 190px) !important;
@@ -250,12 +250,12 @@ label.selected{
250
 
251
  div#sources-textbox{
252
  height:calc(100vh - 190px) !important;
253
- overflow-y: scroll !important; */
254
- /* overflow-y: auto !important;
255
  }
256
 
257
  div#sources-figures{
258
- /* height:calc(100vh - 300px) !important; */
259
  max-height: 90vh !important;
260
  overflow-y: scroll !important;
261
  }
 
236
  max-height: calc(100vh - 190px) !important;
237
  overflow: hidden;
238
  }
239
+ /* div#chatbot{
240
  height:calc(100vh - 170px) !important;
241
  max-height:calc(100vh - 170px) !important;
242
 
243
+ } */
244
 
245
  div#tab-examples{
246
  height:calc(100vh - 190px) !important;
 
250
 
251
  div#sources-textbox{
252
  height:calc(100vh - 190px) !important;
253
+ overflow-y: scroll !important;
254
+ /* overflow-y: auto !important; */
255
  }
256
 
257
  div#sources-figures{
258
+ height:calc(100vh - 300px) !important;
259
  max-height: 90vh !important;
260
  overflow-y: scroll !important;
261
  }