Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
bbddc27
1
Parent(s):
6369a6a
fix extra scrollbar
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;
|