Home Forums WoodMart support forum scrollbar style not working on Chrome/Edge anymore

scrollbar style not working on Chrome/Edge anymore

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #536365

    jackennils
    Participant

    Hey there,

    I’ve just noticed that the scrollbar style for filter widgets is not applied anymore when surfing with Chrome or Edge (maybe all Chromium-based browsers?).

    On mobile Chrome it still looks good:
    https://i.imgur.com/YjYRc8H.png

    Same on Firefox:
    https://i.imgur.com/NZs3XHh.png

    But not on Edge:
    https://i.imgur.com/tsA2NHE.png

    Or Chrome:
    https://i.imgur.com/IXNmUym.png

    I’m running the latest Woodmart (incl. patches) and latest browser versions.

    Please help!

    Thanks,
    Marco

    #536731

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    :is(.browser-Chrome,.browser-Microsoft) .wd-scroll-content {
        scrollbar-width: unset;
    }

    Kind Regards

    #536999

    jackennils
    Participant

    Thank you Artem for the fix! 🙂

    #537115

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘scrollbar style not working on Chrome/Edge anymore’ is closed to new replies.