Issue
Apologies if this is obvious, but it's driving me mad. row-end-[x]
doesn't seem to work as I expect. I think this simple demo replicates my problem: Why doesn't the image actually end on row 6?
Appreciate any help!
Solution
The answer is that row-end-[x]
is working, by default the element overflows the grid area downwards so it looks like it isn't adhering to that property. To fix it I had to apply self-end
to the element so it overflows upwards - it will then end on the given row
Answered By - NickW
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.