How to Add a Scrollbar to the InfoWindow

This article covers How to Add a Scrollbar to the InfoWindow with WP Go Maps. This documentation is current for WP Go Maps version 6.
If you use long descriptions for your Markers, you might want to add a scrollbar to your InfoWindows. Doing so requires just a bit of CSS.

See WordPress Dashboard → Maps → Settings.

Click on the Advanced tab. Paste the following CSS code into the Custom CSS text box.

.wpgmza_markerbox.scrollFix {
   overflow-y: scroll !important;
   height: 250px !important;
}

Click the Save Settings button to save your changes.

This will add a scrollbar to long descriptions as shown below.


This article covers How to Add a Scrollbar to the InfoWindow with WP Go Maps. If you need further assistance, feel free to post on our Support Forums or visit our Support Desk.

Was this article helpful to you?