[csswg-drafts] [css-grid-2] spanning all rows in an implicit grid

o-t-w has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-2] spanning all rows in an implicit grid ==
It would be useful to be able to span to the last row (e.g. 1 / -1) for implicit grids. I have a grid where new content will be added, so I have no idea how many rows there might be or what the number of the last row will be.

My use case: I have a position: sticky button that I want to span the space of one column but stay within view as the user scrolls. I therefor need to make the div that contains the button span all rows of the grid

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2594 using your GitHub account

Received on Wednesday, 18 April 2018 16:23:47 UTC