diff --git a/theme/monaco.less b/theme/monaco.less index 3159fb0e3d9..1a2b767be5e 100644 --- a/theme/monaco.less +++ b/theme/monaco.less @@ -378,18 +378,6 @@ z-index: @monacoHintsZIndex !important; } -#monacoEditorArea.android { - .monaco-editor .editor-widget { - display: none !important; - visibility: hidden !important; - } - - // on android, the cursor / text area overlay gets offset - textarea.inputarea { - margin-left: .5rem; - } -} - .line-numbers { display:none; } @@ -426,4 +414,4 @@ .pxt-view-zone { width: 100%; z-index: calc(@monacoFlyoutZIndex - 1); -} \ No newline at end of file +}