Spaces:
Running
Running
add 'Required' selector, UI/scroll fixes, auth cookie/cache tweaks, and gateway password gating
Browse filesenv-builder: add 'Required' selector, UI/scroll fixes, auth cookie/cache tweaks, and gateway password gating
- env-builder.html +2 -2
env-builder.html
CHANGED
|
@@ -130,6 +130,7 @@ body {
|
|
| 130 |
background: var(--bg2);
|
| 131 |
display: flex;
|
| 132 |
flex-direction: column;
|
|
|
|
| 133 |
overflow: hidden;
|
| 134 |
}
|
| 135 |
|
|
@@ -577,6 +578,7 @@ body {
|
|
| 577 |
.panel-scroll {
|
| 578 |
flex: 1;
|
| 579 |
overflow-y: auto;
|
|
|
|
| 580 |
padding: 16px;
|
| 581 |
display: flex;
|
| 582 |
flex-direction: column;
|
|
@@ -780,8 +782,6 @@ body {
|
|
| 780 |
}
|
| 781 |
.tag-legend[open] .legend-hint { opacity: 0; }
|
| 782 |
.toolbar-hint { color: var(--muted); font-size: 12px; margin-right: 10px; white-space: nowrap; }
|
| 783 |
-
.quick-guide { margin: 0; padding-left: 18px; color: var(--muted); display: grid; gap: 6px; font-size: 12.5px; }
|
| 784 |
-
.quick-guide strong { color: var(--text); }
|
| 785 |
.legend-body {
|
| 786 |
padding: 8px 12px 10px;
|
| 787 |
border-top: 1px solid var(--border);
|
|
|
|
| 130 |
background: var(--bg2);
|
| 131 |
display: flex;
|
| 132 |
flex-direction: column;
|
| 133 |
+
min-height: 0;
|
| 134 |
overflow: hidden;
|
| 135 |
}
|
| 136 |
|
|
|
|
| 578 |
.panel-scroll {
|
| 579 |
flex: 1;
|
| 580 |
overflow-y: auto;
|
| 581 |
+
min-height: 0;
|
| 582 |
padding: 16px;
|
| 583 |
display: flex;
|
| 584 |
flex-direction: column;
|
|
|
|
| 782 |
}
|
| 783 |
.tag-legend[open] .legend-hint { opacity: 0; }
|
| 784 |
.toolbar-hint { color: var(--muted); font-size: 12px; margin-right: 10px; white-space: nowrap; }
|
|
|
|
|
|
|
| 785 |
.legend-body {
|
| 786 |
padding: 8px 12px 10px;
|
| 787 |
border-top: 1px solid var(--border);
|