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 {