Yuxuan-Zhang-Dexter commited on
Commit
ae6499b
·
2 Parent(s): ad50a71 358cf14

handle dark and light mode

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: hidden !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: auto !important;
504
  overflow-x: hidden !important;
505
  width: 100% !important;
506
  height: 100% !important;