Stack does not respect footer margin, not sure if intended behavior or a bug. #1525
Unanswered
Flightkick
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following snippet shows a quick demo:
When using a stack, it doesn't seem to respect the page footer margin. It's content won't break to the next page unless significant v-space is applied before the overlapping content. I would expect box b to be rendered on the next page.
This is just an example but for my actual use-case I'm using a complex table build width grids inside stacks where I'm trying to keep grids together inside non-breakable blocks. This shows the same behavior, the table overlaps the footer and page numbering where I expect it to push the whole non-breakable block down to the next page.
Not sure if this is intended behavior or a bug.
Beta Was this translation helpful? Give feedback.
All reactions