You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this library. However when I put any few paragraphs inside any of the containers and start resizing, the content starts overflowing out of the section tag. I have tried changing the overflow property but that didn't work. Example is here: http://codepen.io/joesaad/pen/jqLpdE
The text was updated successfully, but these errors were encountered:
joeSaad
changed the title
resizing and seeing content
Overflowing content when resizing
Mar 30, 2016
Late to the party :)
Adding overflow: hidden; overflow-y: auto;
to the section-tag should solve this problem (at least adding it to your code-pen worked).
I like this library. However when I put any few paragraphs inside any of the containers and start resizing, the content starts overflowing out of the section tag. I have tried changing the overflow property but that didn't work. Example is here: http://codepen.io/joesaad/pen/jqLpdE
The text was updated successfully, but these errors were encountered: