diff --git a/public/css/panel.css b/public/css/panel.css index 4baac5b..7128b1c 100644 --- a/public/css/panel.css +++ b/public/css/panel.css @@ -20,7 +20,6 @@ right: 0; width: 340px; height: 100vh; - overflow-y: auto; background: var(--color-surface); border-left: 1px solid var(--color-border); box-shadow: var(--shadow-md); @@ -233,6 +232,14 @@ .vote-score.negative { color: #c84040; } .vote-score.zero { color: var(--color-text-secondary); } +/* Footer (sticky, always visible) */ +#panel-footer { + flex-shrink: 0; + padding: var(--space-3) var(--space-4); + border-top: 1px solid var(--color-border); + background: var(--color-surface); +} + /* Report buttons */ #panel-report-section { display: flex; diff --git a/public/index.html b/public/index.html index a050a0b..236bab2 100644 --- a/public/index.html +++ b/public/index.html @@ -81,6 +81,8 @@ + +