devingulliver commited on
Commit
882e0c9
·
verified ·
1 Parent(s): fe04301

hide empty scrollbar

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -91,6 +91,10 @@ border-radius: 0;
91
  .styler{
92
  background: transparent !important
93
  }
 
 
 
 
94
  '''
95
 
96
  with gr.Blocks(css=css, theme=theme) as demo:
 
91
  .styler{
92
  background: transparent !important
93
  }
94
+
95
+ .grid-wrap {
96
+ overflow-y: hidden !important
97
+ }
98
  '''
99
 
100
  with gr.Blocks(css=css, theme=theme) as demo: