Popup with scrollable content

Hi, is there a way to put scrollable content inside the $ionicPopup.show template? I have a radio list which can contain more items than the height of the viewport which causes the top and bottom parts of the popup to be outside of the view.

Cheers, Ross

Hm, you may want to consider not using a pop up if you have that much information. Have you tried using a modal?

1 Like

Yeah, you’re right. A modal would probably be a better fit. Thanks

1 Like