Re: [csswg-drafts] [css-grid-2] Ability for grid items to automatically span rows and columns based on content size (#1373)

I've managed to achieve this by:

- lining up my grid item, using CSS Grids; 
- providing a 'position: relative' on the same item to reset origin
- ... then providing a 'position: absolute' an an inner direct descendent container, to allow the contents to break out of the constraints set by the grid.

It works well for my use-case. YMMV.

-- 
GitHub Notification of comment by lukewhitmore
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1373#issuecomment-479036862 using your GitHub account

Received on Tuesday, 2 April 2019 14:59:12 UTC