timeki commited on
Commit
6d1055f
·
1 Parent(s): cf83e03

fix hf window size

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -249,7 +249,7 @@ label.selected{
249
  }
250
 
251
  div#sources-textbox{
252
- height:calc(100vh - 190px) !important;
253
  overflow-y: scroll !important;
254
  /* overflow-y: auto !important; */
255
  }
 
249
  }
250
 
251
  div#sources-textbox{
252
+ /* height:calc(100vh - 190px) !important; */
253
  overflow-y: scroll !important;
254
  /* overflow-y: auto !important; */
255
  }