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

Consider removing the overflow hidden for clearing floats #7

Closed
filipewl opened this issue Feb 14, 2014 · 1 comment
Closed

Consider removing the overflow hidden for clearing floats #7

filipewl opened this issue Feb 14, 2014 · 1 comment

Comments

@filipewl
Copy link

Using .row { overflow: hidden; } in the grid system will partially hide elements that need to stand out of the containers such as custom tooltips or dropdowns (basically elements that need absolute positioning within relative to elements inside the container). Since .clearfix is doing exactly the same thing without the drawback metioned, I think the overflow: hidden could be removed.

example

@aekaplan
Copy link
Owner

Thanks Filipe! I'm working on a mobile first update that will remove overflow:hidden.

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

2 participants