Yuxuan-Zhang-Dexter commited on
Commit
68299c3
·
1 Parent(s): ae6499b

fix scrollign bar issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -500,7 +500,7 @@ def build_app():
500
  with gr.Blocks(css="""
501
  /* Fix for scrolling issues */
502
  html, body {
503
- overflow-y: auto !important;
504
  overflow-x: hidden !important;
505
  width: 100% !important;
506
  height: 100% !important;
 
500
  with gr.Blocks(css="""
501
  /* Fix for scrolling issues */
502
  html, body {
503
+ overflow-y: hidden !important;
504
  overflow-x: hidden !important;
505
  width: 100% !important;
506
  height: 100% !important;