Search code examples
safaricross-browserangularjs-material

Angular material is not working at safari especially using flex


It is kind of cross-browser issue.

I am working on chrome the material works well!

but the same page I made is not working in safari.

the height of the flex element is absent.


Solution

  • Please set in your css.

    flex-basis: auto;
    

    It will work!!