-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fixed Sidenav is clipped by mat-sidenav-container in Safari #11715
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
I have check that the issue is opened in #11392 |
Hey @amcdnl Is the fix in prod? I've upgraded to 6.3.0 and am still having this issue? |
Same here @amcdnl I've upgraded my project to 6.3.0 and it's still broken. The fix is in that version? |
You will need to re-generate the schematic. |
Hi, facing this issue as well even after update to @angular/material 6.4.1. What do you mean by 're-generate the schematic' ? |
|
@Mischazz thanks a lot for that! I think it has to be |
This doesn't seem to be fixed yet (7.0.0-beta.23) ?? |
|
@vegaskev try .mat-drawer-container{ overflow: visible; }. It worked for me. |
@Mischazz Having the same issue and .mat-drawer-container{ overflow: visible; } didn't work for me |
.mat-drawer-container{
} This met my requirements. tweak for your own. |
If somebody is looking into this, it may be interesting to also look at #16491 which seems to be closely related |
This is caused by a WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=160953
Since the WebKit bug has been open since 2016, we should probably work around this on our end. The StackBlitz from #16491 is a good reproduction. |
Hi Guys, is this problem fixed? I've tried with @vegaskev solution but it didn't worked. can you help me? Thank you very much for your help! |
I have the same problem on Angular Material 10.2. The mentioned suggestions does not work for me. Any other workarounds? |
Hi guys, any solution? |
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. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
mat-sidenav element to display fixed in Safari, this sidenav is the one generated with Angular CLI.
ng generate @angular/material:material-nav --name=my-nav-example
What is the current behavior?
Works fine in Google Chrome, but it's hidden in Safari 11.1. (See snapshots below)
What are the steps to reproduce?
In a new project generate the sidnav.
ng generate @angular/material:material-nav --name=my-nav-example
Place it in app.component.html.
I have build the project into production and the issue still persists.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/material": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-6.0.2.tgz",
"integrity": "sha512-928g7cnnRIJJx9/pC5GWqypcxrKkfijTCrCC6yeypvcgab1pmsk7m+1uE8VSFGIsUb6x8W3CF5nJUT1viuBIZg==",
"requires": {
"tslib": "^1.7.1"
}
Google Chrome
Safari
The text was updated successfully, but these errors were encountered: