diff --git a/src/editor/editor.scss b/src/editor/editor.scss index e90f6362..6bed9d8d 100644 --- a/src/editor/editor.scss +++ b/src/editor/editor.scss @@ -101,3 +101,9 @@ z-index: bp.$pt-z-index-overlay; } } + +// override iOS keyboard button position +.monaco-editor .iPadShowKeyboard { + right: unset !important; + left: 20px; +}