From 81083c32ccdebb7cace77184f781c32ab6ffcfb3 Mon Sep 17 00:00:00 2001 From: thsparks Date: Fri, 25 Oct 2024 15:33:12 -0700 Subject: [PATCH] Remove android css entirely --- theme/monaco.less | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/theme/monaco.less b/theme/monaco.less index 3159fb0e3d94..1a2b767be5e5 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 +}