imgar commited on
Commit
cc44660
·
1 Parent(s): 8dbb462

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -0
style.css CHANGED
@@ -119,9 +119,11 @@ div.compact{
119
 
120
  .gradio-html div.wrap{
121
  height: 100%;
 
122
  }
123
  div.gradio-html.min{
124
  min-height: 0;
 
125
  }
126
 
127
  .block.gradio-gallery{
 
119
 
120
  .gradio-html div.wrap{
121
  height: 100%;
122
+ overflow-y: hidden;
123
  }
124
  div.gradio-html.min{
125
  min-height: 0;
126
+ overflow-y: hidden;
127
  }
128
 
129
  .block.gradio-gallery{