右侧区域出现双滚动条
系统信息
- 外部访问地址: http://localhost:8090/
- 启动时间: 2023-11-28 09:22
- 版本: 2.11.0-rc.1
- 构建时间: 2023-11-27 23:05
- Git Commit: 99edbdd
- Java: IBM Semeru Runtime Open Edition / 17.0.8.1+1
- 数据库: PostgreSQL / 15.3 (Debian 15.3-1.pgdg120+1)
- 操作系统: Linux / 5.15.133.1-microsoft-standard-WSL2
- 已激活主题: Tailblocks
- 已启动插件:
使用的哪种方式运行?
Docker
在线站点地址
No response
发生了什么?
在数据列表及各种设置页面同时出现两条滚动条。
Win11 with Microsoft Edge 版本 119.0.2151.72 (正式版本) (64 位)
相关日志输出
No response
附加信息
No response
我这边似乎无法复现这个问题。
我这边似乎无法复现这个问题。
@ruibaby 你这边浏览器是什么版本呢?定位了下应该是因为 scrollbar-width 这个属性的兼容性问题,根据 MDN 文档 这个只在 Edge 和 Chrome 的 Preview 版本有支持。
手动添加下面的 CSS 隐藏掉原生滚动条以后看起来正常。
::-webkit-scrollbar {
width: 0px;
}
你这边浏览器是什么版本呢?定位了下应该是因为 scrollbar-width 这个属性的兼容性问题,根据 MDN 文档 这个只在 Edge 和 Chrome 的 Preview 版本有支持。
120,稍后我会再测试一下。
已经在 https://github.com/halo-dev/halo/pull/5537 中修复。
/close
@ruibaby: Closing this issue.
In response to this:
已经在 https://github.com/halo-dev/halo/pull/5537 中修复。
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
我这边似乎无法复现这个问题。