mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-05-20 04:00:16 +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:
+1
-1
@@ -1102,7 +1102,7 @@ function App() {
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</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()}
|
{renderContent()}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user