Yuxuan-Zhang-Dexter commited on
Commit
08a04f4
·
1 Parent(s): 9caee78

sanity check

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -515,7 +515,7 @@ def build_app():
515
  with gr.Blocks(css="""
516
  /* Fix for scrolling issues */
517
  html, body {
518
- overflow-y: hidden !important;
519
  overflow-x: hidden !important;
520
  width: 100% !important;
521
  height: 100% !important;
 
515
  with gr.Blocks(css="""
516
  /* Fix for scrolling issues */
517
  html, body {
518
+ overflow-y: auto !important;
519
  overflow-x: hidden !important;
520
  width: 100% !important;
521
  height: 100% !important;