quran / quran.com-frontend-next

Frontend build on next.js
https://quran.com
1.41k stars 420 forks source link

Mobile Safari does not support inset-inline-start and inset-block #864

Open Mirodil opened 2 years ago

Mirodil commented 2 years ago

Mobile safari does not support CSS prop which you are using for the Drawer_container__xxxx. Please see attachment. image

Mirodil commented 2 years ago

PR to fix this issue https://github.com/quran/quran.com-frontend-next/pull/865

hazem3500 commented 1 year ago

inset-inline-start and CSS Logical properties are now supported on iOS Safari

image image

So we can close this issue 👀