fix: Prevent sidebar section content from being cut off

Change .section overflow from hidden to visible so form elements
and buttons display fully within sidebar boxes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-27 22:16:10 +00:00
parent 3916276de8
commit 04b73596ea

View File

@@ -1303,7 +1303,7 @@ header h1 .tagline {
background: var(--bg-tertiary);
border: 1px solid var(--border-color);
border-radius: 6px;
overflow: hidden;
overflow: visible;
padding: 12px;
position: relative;
}