cocoat commited on
Commit
4336d1b
·
verified ·
1 Parent(s): e02ebff

完成?

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -502,6 +502,11 @@ height: auto !important;
502
  .grid-wrap.svelte-842rpi.svelte-842rpi{
503
  overflow:auto !important;
504
  }
 
 
 
 
 
505
  """
506
 
507
  with gr.Blocks(css=css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Playpen Sans Hebrew"), "sans-serif"])) as demo:
 
502
  .grid-wrap.svelte-842rpi.svelte-842rpi{
503
  overflow:auto !important;
504
  }
505
+ #component-27{
506
+ overflow-y: scroll !important;
507
+ scrollbar-color: #915325 #f4aa90;
508
+ }
509
+
510
  """
511
 
512
  with gr.Blocks(css=css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Playpen Sans Hebrew"), "sans-serif"])) as demo: