### Description 原始效果 <img width="500" height="438" alt="Image" src="https://github.com/user-attachments/assets/5c0fde4a-ada4-4352-a06b-01b204b430a3" /> ### Suggested Solution 修改后效果 <img width="500" height="438" alt="Image" src="https://github.com/user-attachments/assets/adf4d7e4-1e98-4b98-a9d7-99196666f637" /> 代码 `@mixin scrollbar($size: 7px, $color: rgba(0, 0, 0, 0.5), $dark-color: rgba(255, 255, 255, 0.5)) { scrollbar-width: thin; scrollbar-color: $color transparent; .dark & { scrollbar-color: $dark-color transparent; } }` ### Alternatives _No response_ ### Additional Context _No response_