mac-scrollbar
mac-scrollbar copied to clipboard
Scrollbar React component with macOS style.
Thanks for your awesome work. It really useful.👏👏👏 It will be great if it supports vanilla js rather than only react.
 在Chrome最新的121版本中,如果使用`GlobalScrollbar`将会失效隐藏默认滚动条样式.
问题: 当在 `MacScrollbar` 上应用 `display:flex; flex-direction: column; align-items: center` 时,track部分会被错误地居中展示 复现:  竖直方向受影响 ``` { new Array(10).fill(0).map((_, index) => ( section { index } )) } ``` 由于 ms-track-box 设置了...
现象:导入样式和全局滚动条组件后样式不一定生效,同时 antd 抽屉里的滚动条也是无效的,在有些情况下会出现 antd 抽屉滚动台样式有效但动画效果无效 问题:这种情况下应该怎么使滚动条生效? 复现仓库:[antd-macos-scrollbar-issue](https://github.com/Hellager/antd-macos-scrollbar-issue)
Here you can see my **issue**:  When page renders – scrollbar **shows** for a few seconds and than **dissapears**. Is there any way I can override this behavior?...
- Hide scrollbar when first render. Fix #24. | Before | After | | :--- | :--- | |  |  | -...
感谢提供如此美观的滚动条组件,我遇见一个问题,就是用这个包裹住的div中有antd的表格,当我从一页10条数据切换到一页20条或者更多后,页面高度增大开始显示滚动条,但我实际页面滚动到底部了,滚动条显示的位置并没有到底部,鼠标移出移入两次后才显示正确位置