We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://ng-zorro-antd-start-zsmt1x.stackblitz.io
resize the window's height to less than the inner container's height to make scroll appear, then the footer will behave incorrectly.
The footer should be at the bottom under the inner container.
in the example the footer is over on the inner container when the container's height is greater than the window's height.
The text was updated successfully, but these errors were encountered:
Hi @chriseizus just remove the 100vh in the css, it would work https://stackblitz.com/edit/ng-zorro-antd-start-k1qxfa?file=src/app/app.component.css
Sorry, something went wrong.
bed60ff
fix(module:layout): fix layout demo height style
a2d701f
close NG-ZORRO#4676
cbaa252
vthinkxie
No branches or pull requests
Reproduction link
https://ng-zorro-antd-start-zsmt1x.stackblitz.io
Steps to reproduce
resize the window's height to less than the inner container's height to make scroll appear, then the footer will behave incorrectly.
What is expected?
The footer should be at the bottom under the inner container.
What is actually happening?
in the example the footer is over on the inner container when the container's height is greater than the window's height.
The text was updated successfully, but these errors were encountered: