scrollbar style not working on Chrome/Edge anymore
-
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
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
Thank you Artem for the fix! 🙂
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘scrollbar style not working on Chrome/Edge anymore’ is closed to new replies.