Spaces:
Sleeping
Sleeping
完成?
Browse files
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:
|