Solved
How do I get content in a popover to scroll?
I have a lot of text going into a popover element. I want to constrain the height of the popover, and then show a scrollbar. The popover is showing up, and my layout looks good so far, but the content is just getting cut off, no scrollbar.
Best answer by TomG
Have you tried adding the `overflow-y: scroll` style to your element?
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.