mac-scrollbar icon indicating copy to clipboard operation
mac-scrollbar copied to clipboard

Scrollbar React component with macOS style.

Results 8 mac-scrollbar issues
Sort by recently updated
recently updated
newest added

Thanks for your awesome work. It really useful.👏👏👏 It will be great if it supports vanilla js rather than only react.

![image](https://github.com/MinJieLiu/mac-scrollbar/assets/13760476/5fe7e1e4-ef99-41e6-87c9-5e8fc282eabf) 在Chrome最新的121版本中,如果使用`GlobalScrollbar`将会失效隐藏默认滚动条样式.

问题: 当在 `MacScrollbar` 上应用 `display:flex; flex-direction: column; align-items: center` 时,track部分会被错误地居中展示 复现: ![image](https://github.com/MinJieLiu/mac-scrollbar/assets/59609929/4fe0fbe8-e7ed-4494-bca6-210edf72b3ae) 竖直方向受影响 ``` { 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**: ![ezgif com-gif-maker](https://user-images.githubusercontent.com/103210607/213777606-73e85955-632d-4a59-ab79-a0c4fe0b0415.gif) 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 | | :--- | :--- | | ![2024-04-28 15-48-36 2024-04-28 15_51_13](https://github.com/MinJieLiu/mac-scrollbar/assets/14918822/4551397b-b045-4e2e-bd35-934035295985) | ![2024-04-28 15-52-29 2024-04-28 15_54_41](https://github.com/MinJieLiu/mac-scrollbar/assets/14918822/b0ed2f34-bcb5-47ba-887e-8e489fca526f) | -...

感谢提供如此美观的滚动条组件,我遇见一个问题,就是用这个包裹住的div中有antd的表格,当我从一页10条数据切换到一页20条或者更多后,页面高度增大开始显示滚动条,但我实际页面滚动到底部了,滚动条显示的位置并没有到底部,鼠标移出移入两次后才显示正确位置