diff --git a/zddc/internal/apps/embedded/archive.html b/zddc/internal/apps/embedded/archive.html
index 4961e6b..6bca102 100644
--- a/zddc/internal/apps/embedded/archive.html
+++ b/zddc/internal/apps/embedded/archive.html
@@ -2582,7 +2582,7 @@ td[data-field="trackingNumber"] {
diff --git a/zddc/internal/apps/embedded/browse.html b/zddc/internal/apps/embedded/browse.html
index ba9e552..d120d58 100644
--- a/zddc/internal/apps/embedded/browse.html
+++ b/zddc/internal/apps/embedded/browse.html
@@ -1224,21 +1224,6 @@ body {
/* .hidden lives in shared/base.css; no per-tool override needed. */
-/* Status bar — shows transient errors/info */
-.status-bar {
- padding: 0.4rem 1rem;
- background: var(--bg-secondary);
- border-top: 1px solid var(--border);
- font-size: 0.85rem;
- color: var(--text-muted);
- min-height: 1.6rem;
- line-height: 1.6rem;
- flex-shrink: 0;
-}
-
-.status-bar--error { color: #b00020; }
-.status-bar--info { color: var(--primary); }
-
/* Read-only banner for the YAML editor — surfaced by preview-yaml.js
when the listing's `writable` bit was false. CodeMirror's readOnly
mode has no built-in visual signal beyond the disabled caret, so a
@@ -1502,6 +1487,11 @@ body {
.preview-pane__body {
flex: 1;
+ min-height: 0; /* critical: lets the flex child shrink to fit
+ the viewport instead of growing to its
+ content's natural size (which clips the
+ YAML editor's bottom when there are many
+ lines, even with the editor's own scroll) */
overflow: auto;
display: flex;
flex-direction: column;
@@ -1833,21 +1823,6 @@ body {
color: var(--text-muted);
}
-/* ── Status bar ──────────────────────────────────────────────────────────── */
-
-.status-bar {
- padding: 0.4rem 1rem;
- background: var(--bg-secondary);
- border-top: 1px solid var(--border);
- font-size: 0.8rem;
- color: var(--text-muted);
- min-height: 1.6rem;
- flex-shrink: 0;
-}
-
-.status-bar.is-error { color: var(--danger); }
-.status-bar.is-info { color: var(--text); }
-
/* ── Markdown plugin (right-pane internals when a .md is selected) ──────── */
/* CSS-Grid shell mirroring mdedit's layout: sidebar on the LEFT
(front matter top + TOC bottom), content on the RIGHT (informational
@@ -2369,7 +2344,7 @@ body {
@@ -2445,8 +2420,6 @@ body {
-
-