-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: feat: Disable inherit item height in collection-repeat with grid view. #3387
Comments
It's not really that items are not being sized correctly, but that rows are taking the height of the first item in the row, and the items are being covered up by subsequent rows. @ajoslin is going to take a look and see if we can get rows to take the height of the tallest item in that row without too much of a performance hit. Note, this will mean that each row will take the height of the tallest item in that row. They wont gravitate upwards like in masonry. |
Thank you for the quick reply. It is exactly as you say. Solution that you propose is the most acceptable. |
Tomasz http://control-intern-managerial.ro/utrader-instaforex 24.03.2015, 13:23, "Tomasz Pietrzak" [email protected]:Is there any way to make this work? (workaround?) I want to item which 'item-height' set to a value to obey that height. —Reply to this email directly or . |
Type: bug
Platform: all
Is there any way to make this work? (workaround?)
http://jsfiddle.net/npb8omsz/1/
I want to item which 'item-height' set to a value to obey that height.
Now items in a 'row' inherit 'item-height' from item in first column and ignore it's own height.
The text was updated successfully, but these errors were encountered: