mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix scrollbar color on Chrome (#23815)
* Fix scrollbar color on Chrome * Address feedback
This commit is contained in:
committed by
GitHub
parent
fc684cf84a
commit
283abbe704
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
background: rgba(var(--center-channel-color-rgb), 0.4);
|
||||
border-radius: $border-rad * 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user