使用 React 内联自定义 `::-webkit-scrollbar`

Customize `::-webkit-scrollbar` inline with React

如何在 React 中使用内联样式将 ::-webkit-scrollbar 伪元素应用到组件?

你不能写 pseudo 选择器内联,你需要在 css 中添加它。参考这个 link

这在我的项目中有效'&::-webkit-scrollbar': { width: 0, }