mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Hide controls bar scrollbar
Change overflow-x: auto to overflow: hidden to remove the unnecessary horizontal scrollbar. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -762,7 +762,7 @@ body {
|
||||
background: var(--bg-panel);
|
||||
border-top: 1px solid rgba(74, 158, 255, 0.3);
|
||||
font-size: 11px;
|
||||
overflow-x: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.controls-bar > .control-group {
|
||||
|
||||
Reference in New Issue
Block a user