This topic has 5 replies, 3 voices, and was last updated 4 years, 2 months ago ago by Olga Barlow
There appears to be an issue with the comboboxes. The scroll bar appears to be too close in color to the rest of the theme and makes it look to our users like there is no scroll bar.
This also appears to be a problem in modal boxes.
Hello,
Thanks for contacting us.
Please do not change access, we’ll let you know once it will be fixed.
If you have any other questions, submit a new topic.
Regards
Hello,
Please provide us with screenshots, because we were not able to find all the mentioned issues just by description, unfortunately.
Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here via Private Content area – https://prnt.sc/u7vwsg
Waiting for your reply.
Regards
Screenshots and description attached. Thanks!
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
You must be logged in to reply to this topic.Log in/Sign up