Title: Scrollbar
Last modified: August 21, 2016

---

# Scrollbar

 *  Resolved [untanyz](https://wordpress.org/support/users/untanyz/)
 * (@untanyz)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/scrollbar-2-2/)
 * Hi.
    I have question: when event window pops up, it makes browser scrollbar disappear,
   how could I remove this feature?
 * [http://wordpress.org/extend/plugins/event-geek/](http://wordpress.org/extend/plugins/event-geek/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [graphicgeek](https://wordpress.org/support/users/graphicgeek/)
 * (@graphicgeek)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/scrollbar-2-2/#post-3933756)
 * 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](https://wordpress.org/support/users/untanyz/)
 * (@untanyz)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/scrollbar-2-2/#post-3933757)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/event-geek_c9c883.svg)
 * [Event Geek](https://wordpress.org/plugins/event-geek/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-geek/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-geek/)
 * [Active Topics](https://wordpress.org/support/plugin/event-geek/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-geek/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-geek/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [untanyz](https://wordpress.org/support/users/untanyz/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/scrollbar-2-2/#post-3933757)
 * Status: resolved