From 51a8adbbdab5adf63f80b6f282acba1dde8b2177 Mon Sep 17 00:00:00 2001 From: s0lray Date: Thu, 26 Mar 2026 11:08:51 -0400 Subject: [PATCH] Move Report an Issue into sticky panel footer (THE-114) Co-Authored-By: Paperclip --- public/css/panel.css | 9 ++++++++- public/index.html | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 @@ + +