editor: fix iOS keyboard button position

This commit is contained in:
David Lechner
2022-12-21 19:44:11 -06:00
committed by David Lechner
parent fc695b5b88
commit 27b8b1e428
+6
View File
@@ -101,3 +101,9 @@
z-index: bp.$pt-z-index-overlay;
}
}
// override iOS keyboard button position
.monaco-editor .iPadShowKeyboard {
right: unset !important;
left: 20px;
}