• Noticed in the last update notes, that disabling the scroll on search results is possible, however, I’ve been unable to locate the setting. Can you point me in the right direction?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    You can disable the scrollbar script on the Compatibility Settings panel: https://i.imgur.com/H9EmW7u.png

    If you want to disable the scroll completely, then use the following custom CSS to force auto height on the results list:

    .results {
        height: auto !important;
    }

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Scroll’ is closed to new replies.