Currently my story map cuts off some of the information. How do I make it so it has a scroll bar on the side?
Solved! Go to Solution.
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
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
I added the line to the #info CSS and it worked! Thank you!