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

No way (?) to stop columns hiding overflow #4

Open
chriscoyier opened this issue Oct 14, 2017 · 1 comment
Open

No way (?) to stop columns hiding overflow #4

chriscoyier opened this issue Oct 14, 2017 · 1 comment

Comments

@chriscoyier
Copy link

I have no idea if this is by design or what, but columns seem to hide overflow. Like, if you had an absolutely positioned item within a box in a column that was wider than the column.

https://codepen.io/chriscoyier/pen/boxyMJ

screen shot 2017-10-14 at 09 06 06

You can't overflow or z-index or whatever your way out of this.

Real world example:

screen shot 2017-10-14 at 9 07 46 am

Forced to make sure columns are wide enough so that submenu doesn't get overlapped by another column.

@rachelandrew
Copy link
Owner

This is I believe in Chrome?

In Firefox overflow should not be clipped which is the correct to the spec behaviour - here is the Chrome bug https://bugs.chromium.org/p/chromium/issues/detail?id=269061#c19

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