angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.23k stars 6.7k forks source link

Sidenav fixed/non-fixed example from the documentation does not work on Safari #11392

Open tjaussoin-luna opened 6 years ago

tjaussoin-luna commented 6 years ago

Bug, feature request, or proposal:

If you run this example of sidenav on Safari, it does not render the same way as Chrome.

What is the expected behavior?

Chrome's behavior

What is the current behavior?

Not fullscreen (from header to footer)

What are the steps to reproduce?

https://stackblitz.com/angular/ynoqqoybbnj?file=app%2Fsidenav-fixed-example.css

NickSiena commented 6 years ago

Hopefully one of these could be a possible solution to your problem:

https://github.com/angular/material2/issues/5606

https://github.com/angular/material2/issues/2033

andreasrueedlinger commented 5 years ago

Any updates or workarounds for this issue?