Countdown Story Map - How do I get the Popup display to display all the pop-up information?

2290
2
Jump to solution
10-26-2015 01:45 PM
ChayaBalsiger
Occasional Contributor

Currently my story map cuts off some of the information.  How do I make it so it has a scroll bar on the side?

0 Kudos
1 Solution

Accepted Solutions
LeeBock
New Contributor III

Hi Chaya,

There are a couple of ways you can approach this:

1) You could add the following line to the #info CSS:

overflow-y: auto

2) There's a setting in the config called popupHeight.  You could increase that value if you want to lengthen that display area and avoid the overflow altogether.

Hope this helps!

Lee

View solution in original post

2 Replies
LeeBock
New Contributor III

Hi Chaya,

There are a couple of ways you can approach this:

1) You could add the following line to the #info CSS:

overflow-y: auto

2) There's a setting in the config called popupHeight.  You could increase that value if you want to lengthen that display area and avoid the overflow altogether.

Hope this helps!

Lee

ChayaBalsiger
Occasional Contributor

I added the line to the #info CSS and it worked!  Thank you!

0 Kudos