-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
We want nz-sider to overlay the content instead of pushing the content #5521
Comments
It's unbelievable that this simple basic feature is missing in this library. |
You can use |
Is someone working on this issue? |
Is this issue fixed? if it means please post it here, |
Is there an update for this issue ?? |
Esto seria supremamente util, poder realizarlo sin tener que depender de otros controles adicionales. |
I was also searching for solution to this problem. After some hours of tweaking here and there, i found one. At the moment of writing this comment I cannot provide an example in some sandbox, but I certainly will try to find time, to generate an example of how I achieved this. |
NzDrawer worked fine for me, thanks @duongleh |
What problem does this feature solve?
nz-sider needs to have an option to make it overlay on top of existing content instead of pushing that content, while expanding the nz-sider from collapsed state, just like material design
https://stackblitz.com/edit/angular-keztzw
What does the proposed API look like?
A directive like nzBehavior="overlay | push" is better
<nz-sider nzCollapsible nzBehavior="overlay" nzWidth="200px">
It needs to have black overlay, once you click the overlay it should go back to folded state.
The text was updated successfully, but these errors were encountered: