Cell in css grid overflow if align-items: end is set
when I use align-items: end in my example, the content overflows and I have no idea why. I expect the same behavior as with align-items: start. I tried setting the width but I couldn’t find a solution.