Hi I\'ve cross browser fixed a site on all thinkable PC browsers, including Safari. Now my smart ass designer sent me a screen shot of the whole layout collapsing on mac. I
for this question i have solution with the help of CSS, please find the below code fixes..
/* Safari 10.1+ */ @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { .classname{ padding: 1px 0px; // css styles } } }
Please try this in .scss file.