-
fix(ui): add independent scroll containers to fix scroll wheel on Linux
发布于
2025-12-01 03:28:01 +00:00 | 1615 次提交 在此版本后已推送到 mainProviders page was using DndContext which may interfere with scroll wheel
events on Linux/Ubuntu WebKitGTK. Added independent scroll containers
withoverflow-y-autoto all main pages, matching the pattern already
used by the MCP panel which works correctly.Changes:
- App.tsx: Wrap ProviderList in independent scroll container
- SkillsPage: Use consistent h-[calc(100vh-8rem)] layout
- SettingsPage: Add overflow-hidden and overflow-x-hidden for consistency
下载附件