Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author graphicgeek

    (@graphicgeek)

    The scrolling should reappear when the pop up is closed, but if you just want to disable this feature, you’ll need to edit the javascript file. In event-geek/js/gg_script.js comment out these two lines:

    59: $(“html”).css(‘overflow’, ‘hidden’);
    100: $(“html”).css(‘overflow’, ‘auto’);

    I don’t normally recommend editing core files, but there currently is no other way to do this.

    Thread Starter untanyz

    (@untanyz)

    Thanks, I know it’s never a good idea to change core, but in my case I need scroll bar to always be there. Thanks for the Help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scrollbar’ is closed to new replies.