We want nz-sider to overlay the content instead of pushing the content
See original GitHub issueWhat 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 <mat-drawer mode="over">
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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to implement persistent drawer using NG-ZORRO?
Currently the NG-ZORROR drawer is only available in overlay mode which is nice for tablets but I would like to have a menu...
Read more >Layout | NG-ZORRO - Ant Design
We always put contents in a fixed size navigation (eg: 1200px ), the layout of the whole page is stable, it's not affected...
Read more >ng-zorro/ng-zorro-antd - Gitter
So in such scenario I would like to have a tooltip for dropdown values. ... that at the bottom with the different change...
Read more >Creating a Responsive Sidebar in Ant Design - Medium
When I click on that icon, it displays the contents of the sidebar. ... to another component instead of being hardcoded in the...
Read more >How To Make Navigation Menu Overlay Page Contents On ...
In the WordPress tutorial of today, we 'll create a page where the navigation menu makes part of the page contents in a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You can use
NzDrawerto make this happensIt’s unbelievable that this simple basic feature is missing in this library.