-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fixed Sidenav is clipped by mat-sidenav-container in Safari #16491
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
+1 This behavior seems to be default 'out of the box' and quite inconvenient since Safari currently has 15% of the browser market share. |
This only occurs when using [fixedInViewport]. Workaround is not using this. |
Duplicate of #11715 |
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. |
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/angular/bbylpommldm?file=app%2Fsidenav-fixed-example.ts (it's link from Angular Material documentation.
Steps to reproduce:
Expected Behavior
The sidenav should be over the header and footer in Safari.
Actual Behavior
What behavior did you actually see?
In Safari the sidenav is below the header and footer in Safari.
Environment
The text was updated successfully, but these errors were encountered: