I am facing a problem very similar to what was reported and resolved in this SO Question: iOS 11 Safari bootstrap modal text area outside of cursor . However, the difference for me is that I am using Aurelia & Semantic UI.
I have tried using position: fixed
in ux-dialog-body
as described in several fixes for the problem occuring in bootstrap (in those examples to be added to the body
of the modal), however that did not work.
I would appreciate any help on this issue, thanks in advance.