mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
The config tab pane (.tab-content--config) was set to overflow:hidden, mirroring the graph pane, but its inner .wiki-config has no bounded height so its own overflow-y:auto never triggers. Tall config content (model strategy / processing rules / search-preview cards) overflowed off-screen with no scrollbar. Switch the pane to overflow-y:auto like the generic .tab-content. The existing <=980px media query (overflow:visible) keeps mobile page-scroll intact. Pure CSS, no logic change. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| test | ||
| .npmrc | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| TEST_CASES.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||