-
Notifications
You must be signed in to change notification settings - Fork 121
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
Display bug whith css columns in Chrome #42
Comments
Hey @arnaudjuracek, thanks for the report! I will take a look this weekend. |
@arnaudjuracek Would you mind creating a simple demo (on jsfiddle, codepen or anything like that) to reproduce this bug? You can add zooming as an external resource. |
Here you go : codepen.io/PJProM |
Hi @kingdido999, Have you had a chance to take a look at this issue? Thanks |
@NewJenk @arnaudjuracek I haven't done too much investigation, but looks like this issue happens on chrome only. |
Hi,
I hope help :) |
So you creating a new stacking context. Nice ! |
Fixed in the latest version |
When the image is inside a CSS column layout, the zoomed image stay in the column layout, and the bottom wrap on the next col when the zoomed image is grabbed (which is both weird and awesome).
The grid
The bug
last image on the left col
last image on the right col
The text was updated successfully, but these errors were encountered: