Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- server/static/style.css +5 -1
server/static/style.css
CHANGED
|
@@ -417,8 +417,9 @@ body::after {
|
|
| 417 |
}
|
| 418 |
|
| 419 |
#main-interface {
|
| 420 |
-
|
| 421 |
min-height: 0;
|
|
|
|
| 422 |
overflow: hidden;
|
| 423 |
}
|
| 424 |
|
|
@@ -699,8 +700,11 @@ body::after {
|
|
| 699 |
}
|
| 700 |
|
| 701 |
.view-col:first-child {
|
|
|
|
|
|
|
| 702 |
overflow-y: auto;
|
| 703 |
overscroll-behavior: contain;
|
|
|
|
| 704 |
}
|
| 705 |
|
| 706 |
.terminal-column {
|
|
|
|
| 417 |
}
|
| 418 |
|
| 419 |
#main-interface {
|
| 420 |
+
flex: 1;
|
| 421 |
min-height: 0;
|
| 422 |
+
height: auto;
|
| 423 |
overflow: hidden;
|
| 424 |
}
|
| 425 |
|
|
|
|
| 700 |
}
|
| 701 |
|
| 702 |
.view-col:first-child {
|
| 703 |
+
height: 100%;
|
| 704 |
+
max-height: 100%;
|
| 705 |
overflow-y: auto;
|
| 706 |
overscroll-behavior: contain;
|
| 707 |
+
scrollbar-gutter: stable;
|
| 708 |
}
|
| 709 |
|
| 710 |
.terminal-column {
|