lintsinghua / lintsinghua/DeepAudit
[UI]左侧侧边栏缺少滚动功能,页面缩放时部分菜单项无法访问
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7k
- Forks
- 850
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述:
当浏览器页面缩放时,左侧侧边栏没有启用滚动功能,导致部分菜单项被截断且无法访问。
### 复现步骤:
1. 打开应用页面
2. 调整浏览器缩放比例(如缩小页面或调整窗口高度)
3. 观察左侧侧边栏
### 预期行为:
侧边栏应该显示垂直滚动条
用户可以通过滚动查看所有菜单项
### 实际行为:
侧边栏没有滚动条
部分菜单项(如"提示词管理")被截断且无法访问
只有重新调整浏览器窗口大小才能显示完整菜单
### 截图对比
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the left sidebar component in the application UI and reproduce the issue by reducing browser zoom or window height. Check how the sidebar handles vertical overflow, then verify that every menu item, including 提示词管理, remains reachable by scrolling without resizing the window.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100