-
Notifications
You must be signed in to change notification settings - Fork 6.8k
MD-SIDENAV - Pinned and backdrop options - Feature request #868
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
Comments
You can bind the opened state to always be true. More responsive feature will be coming in the future. |
@jelbourn what about the backdrop, how can we disable it manually? I need to use the "over" mode but without any backdrop, or at least add one more more to cover that case. |
@Dunos try adding this to your global stylesheet .mat-sidenav-backdrop.mat-sidenav-shown {
background: none;
} |
@willshowell I tried that before but I don't think changing the CSS should be the right approach to this, specially when in the AngularJS version there was a parameter to do so |
I see, maybe open a separate new issue similar to #2806. That seems to be similar behavior as to what you're looking for. |
Thanks, I did open a new one like suggested. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Uh oh!
There was an error while loading. Please reload this page.
Feature request:
Add pinned option with setting option for it to be pinned when view is desktop.
The material design specifications for Desktop structure of the sidenav say "accessed temporarily or pinned for permanent display."
Is there going to be an option for this?
Also i think the backdrop should be allowed to be disabled manually or automatically when pinned.
The text was updated successfully, but these errors were encountered: