Return201
Return201
https://code.juejin.cn/pen/7331572792258723840
Chrome121.0.6167.140 前一个版本也有该问题
![Uploading image.png…]() 在121版本中 scrollbar-color: transparent transparent; 这个会影响到设置 -webkit-scrollbar的宽度 计算, 其它版本正常显示, 把arco预设的scrollbar-color: transparent transparent; 改为 scrollbar-color: inherit; 显示正常

The code I copied from NextJS demo shows these errors