Reply 251371 to: Dark store theme with scrollable comboboxes has barely visible scroll bar

Avatar: Olga Barlow
Olga Barlow
Support staff
September 14, 2020 at 16:51

Hello,

If you want to change the scroll bar color add the below code and choose the colors you prefer

body ::-webkit-scrollbar {
    background: #c62828;
}
body ::-webkit-scrollbar-thumb {
    background: #412d2d;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
body ::-webkit-scrollbar {
    width: 5px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.