Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
b87c7ae
1
Parent(s):
08a04f4
sanity check
Browse files
app.py
CHANGED
@@ -515,7 +515,7 @@ def build_app():
|
|
515 |
with gr.Blocks(css="""
|
516 |
/* Fix for scrolling issues */
|
517 |
html, body {
|
518 |
-
overflow-y:
|
519 |
overflow-x: hidden !important;
|
520 |
width: 100% !important;
|
521 |
height: 100% !important;
|
|
|
515 |
with gr.Blocks(css="""
|
516 |
/* Fix for scrolling issues */
|
517 |
html, body {
|
518 |
+
overflow-y: hidden !important;
|
519 |
overflow-x: hidden !important;
|
520 |
width: 100% !important;
|
521 |
height: 100% !important;
|