• I spent hours trying to troubleshoot why when I visit my website on Firefox and Chrome the browser’s scrollbar is skinnier than normal.

    Then I remembered that installing this plugin was the last thing I did when I noticed this behavior. So I deactivated the plugin and the scroll bar goes back to normal width.

    It does not matter if you are in light or dark mode – as long as the plugin is activated it will change the browser’s scrollbar.

    How do I stop your plugin from changing the visitors browser scrollbar?

    • This topic was modified 4 months, 2 weeks ago by toolsavvy.
    • This topic was modified 4 months, 2 weeks ago by toolsavvy.
Viewing 1 replies (of 1 total)
  • Plugin Support Sazzad Hossain

    (@sazzad11)

    Hi Toolsavvy,

    Thanks for reaching out.
    The issue can be easily resolved by applying custom CSS. Please follow the steps below to resolve the issue.
    Navigate to the “WordPress” dashboard.
    Go to Dark Mode > Settings > Custom CSS tab > Copy the below CSS Code and paste it into the Normal Mode CSS field and save the settings.
    Copy the CSS code:
    html, * {
    scrollbar-width: auto !important;
    }

    For reference, please check the screenshots:
    https://prnt.sc/WsLNCOwcAI8b
    Let me know if you need further assistance!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.