Spaces:
Running
Running
handle dark and light mode
Browse files
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:
|
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;
|