Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflowing content when resizing #48

Open
joeSaad opened this issue Mar 30, 2016 · 2 comments
Open

Overflowing content when resizing #48

joeSaad opened this issue Mar 30, 2016 · 2 comments

Comments

@joeSaad
Copy link

joeSaad commented Mar 30, 2016

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

@joeSaad joeSaad changed the title resizing and seeing content Overflowing content when resizing Mar 30, 2016
@punit1108
Copy link

Facing the same problem. Tried putting !important, but didnt work.

@Cordobo
Copy link

Cordobo commented Feb 8, 2017

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants