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:
Smittix
2026-02-04 21:09:31 +00:00
parent a5599eb0d0
commit 6c358fbfad
2 changed files with 2 additions and 2 deletions

View File

@@ -677,7 +677,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 {