Spaces:
Running
Running
[Fix Chromium browser] Remove useless scrollbar
Browse files
app.py
CHANGED
|
@@ -298,7 +298,7 @@ footer {visibility: hidden}
|
|
| 298 |
position: absolute;
|
| 299 |
top: 0;
|
| 300 |
right: 0;
|
| 301 |
-
bottom:
|
| 302 |
content: "";
|
| 303 |
width: 30px;
|
| 304 |
transform: translateX(100%);
|
|
|
|
| 298 |
position: absolute;
|
| 299 |
top: 0;
|
| 300 |
right: 0;
|
| 301 |
+
bottom: 0;
|
| 302 |
content: "";
|
| 303 |
width: 30px;
|
| 304 |
transform: translateX(100%);
|