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
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.
It's unbelievable that this simple basic feature is missing in this library.
You can use NzDrawer to make this happens
Is someone working on this issue?
Most helpful comment
It's unbelievable that this simple basic feature is missing in this library.