mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-05-03 01:22:07 +08:00
fix(openclaw): enable scrolling on config panels
Add overflow-y-auto to main content area so OpenClaw panels (Env, Tools, Agents) can scroll when content exceeds viewport.
This commit is contained in:
@@ -1102,7 +1102,7 @@ function App() {
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main className="flex-1 min-h-0 flex flex-col animate-fade-in">
|
||||
<main className="flex-1 min-h-0 flex flex-col overflow-y-auto animate-fade-in">
|
||||
{renderContent()}
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user