diff --git a/hbd/server/templates/settings.html b/hbd/server/templates/settings.html index a51838c..fb2987d 100644 --- a/hbd/server/templates/settings.html +++ b/hbd/server/templates/settings.html @@ -42,6 +42,9 @@ --st-badge-mgr: #1b3350; --st-badge-mgr-ink: #90caf9; } + /* static/style.css pins html/body to 100% height with overflow:hidden + for the dashboard pages — this page scrolls normally */ + html, body { height: auto; overflow: visible; } body { background: var(--st-paper); padding: 60px 0 0; } /* ── sticky toolbar under the site nav ── */