We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517f9f5 commit 4d5c803Copy full SHA for 4d5c803
web_src/css/features/codeeditor.css
@@ -31,3 +31,18 @@
31
.monaco-scrollable-element > .scrollbar > .slider:active {
32
background: var(--color-primary-dark-2) !important;
33
}
34
+
35
+/* fomantic styles destroy this element only visible on IOS, restore it */
36
+.monaco-editor .iPadShowKeyboard {
37
+ border: none !important;
38
+ width: 58px !important;
39
+ min-width: 0 !important;
40
+ height: 36px !important;
41
+ min-height: 0 !important;
42
+ margin: 0 !important;
43
+ padding: 0 !important;
44
+ position: absolute !important;
45
+ resize: none !important;
46
+ overflow: hidden !important;
47
+ border-radius: 4px !important;
48
+}
0 commit comments