Dark store theme with scrollable comboboxes has barely visible scroll bar

This topic has 5 replies, 3 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow

  • Avatar: KX Admin
    KX Admin
    Participant
    September 10, 2020 at 02:41

    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.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2020 at 07:47

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 14, 2020 at 09:42

    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

    Avatar: KX Admin
    KX Admin
    Participant
    September 14, 2020 at 14:50

    Screenshots and description attached. Thanks!

    Please contact administrator
    for this information.
    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

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.