REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
BUG: PageBuilder + Safari = no jQuery/HTML/CSS/JS modal
-
Hello AppDrag team and @Wassim especially, I think.
I have an issue with code modals, they are not showing up on Safari 14.
It seems to be related to the height CSS property of the
#appdrag-modal-ace-editor-ace
element.
It is by default:
calc(100% - 59px)
Which creates this problem:
If I set it to a normal px value, it appears:
Worth noting, the value "86.5vh" seems to work perfectly without needing a calc, at least on my end:
-
Hello, thank you we will check it out and correct it very soon!
Surprised that calc are not working as expected on Safari -
Hey, forgot to mention this has been corrected!
-
Thanks so much! I can confirm it seems like it's working on my end!