mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user