Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -172,8 +172,9 @@ html, body {
|
|
| 172 |
scrollbar-width: none !important; /* Firefox */
|
| 173 |
-ms-overflow-style: none !important; /* IE/Edge */
|
| 174 |
}
|
| 175 |
-
.stApp
|
| 176 |
-
|
|
|
|
| 177 |
}
|
| 178 |
[data-testid="stAppViewContainer"] {
|
| 179 |
overflow: visible !important;
|
|
|
|
| 172 |
scrollbar-width: none !important; /* Firefox */
|
| 173 |
-ms-overflow-style: none !important; /* IE/Edge */
|
| 174 |
}
|
| 175 |
+
.stApp {
|
| 176 |
+
overflow: hidden !important;
|
| 177 |
+
height: auto !important;
|
| 178 |
}
|
| 179 |
[data-testid="stAppViewContainer"] {
|
| 180 |
overflow: visible !important;
|