javascript-tutorial / javascript-tutorial/en.javascript.info
horizontal scroll bar
未关闭
还没有人认领这个 Issue。
- 主要语言
- HTML
- 星标
- 25.5k
- 派生
- 4k
- PR 合并指标
- 30 天内没有已合并 PR
描述
This is rather a strange behavior. In Chrome browser (Firefox doesn't affected) when you start scrolling downward horizontal scrollbar appears at the very bottom. Interestingly enough it only happens at certain view port width - in my case when the browser window is maximized (1920). The css apparently fixes the issue however I don't sure if it's a right choice to do. Can you confirm/reproduce?
.page-wrapper {
overflow-y: hidden;
}
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在最大化的 1920px 视口中向下滚动时,在 Chrome 中重现该问题,然后比较 Firefox 中的行为。检查 .page-wrapper 布局,并测试 overflow-y: hidden 是否能移除不需要的水平滚动条,同时不会引入其他滚动问题;确认原因和适当的修复方案后即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- css, html
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100