Title: scrollbar?
Last modified: August 21, 2016

---

# scrollbar?

 *  Resolved [provword](https://wordpress.org/support/users/provword/)
 * (@provword)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/scrollbar-3/)
 * Hey there. I love this plugin! But I was wondering if it’s possible to get a 
   scrollbar for the widget?
 * I have quite a few events and if I want to include them all, that makes for a
   rather lengthy page.
 * Thanks so much!!
 * [http://wordpress.org/plugins/google-calendar-events/](http://wordpress.org/plugins/google-calendar-events/)

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

 *  Plugin Contributor [Ross Hanney](https://wordpress.org/support/users/rosshanney/)
 * (@rosshanney)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/scrollbar-3/#post-4217982)
 * Hello,
 * You can add a scrollbar with a little CSS:
 *     ```
       .gce-widget-list {
       	max-height: 300px;
       	overflow: auto;
       }
       ```
   
 *  [cmccann9](https://wordpress.org/support/users/cmccann9/)
 * (@cmccann9)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/scrollbar-3/#post-4218223)
 * Where do you put the css?
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/scrollbar-3/#post-4218224)
 * You would need to add the CSS to your main theme’s CSS file.

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

The topic ‘scrollbar?’ is closed to new replies.

 * ![](https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960)
 * [Simple Calendar - Google Calendar Plugin](https://wordpress.org/plugins/google-calendar-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-calendar-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-calendar-events/)
 * [Active Topics](https://wordpress.org/support/plugin/google-calendar-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-calendar-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-calendar-events/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/scrollbar-3/#post-4218224)
 * Status: resolved