From 0b2ffef91a257fac1bcd50f018cf5ea25c059450 Mon Sep 17 00:00:00 2001 From: Aaron Axvig Date: Mon, 16 Mar 2026 14:43:59 -0500 Subject: [PATCH] Fix sidebar cutoff --- web/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/styles.css b/web/styles.css index c28e8fb..e4158e7 100644 --- a/web/styles.css +++ b/web/styles.css @@ -44,6 +44,7 @@ h2 { .container { display: flex; + align-items: flex-start; gap: 20px; padding: 20px; max-width: 1400px; @@ -56,8 +57,8 @@ h2 { border: 1px solid #ddd; border-radius: 4px; padding: 15px; - height: fit-content; - overflow-y: auto; + height: auto; + overflow: visible; } .sidebar h2 {