Skip to content

[Feature]: 在Firefox下,建议将暗色主题下的滚动条改成白色 #834

@hooke53

Description

@hooke53

Description

原始效果
Image

Suggested Solution

修改后效果
Image
代码
@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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions