File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ const codeMirrorOptions = {
392
392
},
393
393
'tabSize' : 2 ,
394
394
'viewportMargin' : 100 ,
395
+ 'scrollbarStyle' : 'simple' ,
395
396
};
396
397
397
398
enum CompletionType {
Original file line number Diff line number Diff line change 45
45
.squiggle-error {
46
46
border-bottom : 2px solid # EF5350 ;
47
47
}
48
+
49
+ .CodeMirror-simplescroll-horizontal div , .CodeMirror-simplescroll-vertical div {
50
+ position : absolute;
51
+ -moz-box-sizing : border-box;
52
+ box-sizing : border-box;
53
+ border-radius : 4px ;
54
+ }
55
+
56
+ .CodeMirror-simplescroll-horizontal , .CodeMirror-simplescroll-vertical {
57
+ position : absolute;
58
+ z-index : 6 ;
59
+ }
60
+
61
+ .CodeMirror-simplescroll-horizontal {
62
+ bottom : 0 ;
63
+ left : 0 ;
64
+ height : 9px ;
65
+ }
66
+
67
+ .CodeMirror-simplescroll-horizontal div {
68
+ bottom : 0 ;
69
+ height : 100% ;
70
+ }
71
+
72
+ .CodeMirror-simplescroll-vertical {
73
+ right : 0 ;
74
+ top : 0 ;
75
+ width : 9px ;
76
+ }
77
+
78
+ .CodeMirror-simplescroll-vertical div {
79
+ right : 0 ;
80
+ width : 100% ;
81
+ }
48
82
</ style >
49
83
50
84
<!-- This script adds the flutter initialization JS code -->
You can’t perform that action at this time.
0 commit comments