File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 66
77### Fixed
88- Fixed terminal layout issues when resizing window vertically.
9+ - Fixed editor find widget visible over modal dialogs.
910
1011## [ 2.1.0-beta.3] - 2022-12-28
1112
Original file line number Diff line number Diff line change 102102 }
103103}
104104
105- // override iOS keyboard button position
106- .monaco-editor .iPadShowKeyboard {
107- right : unset !important ;
108- left : 20px ;
105+ .monaco-editor {
106+ // override iOS keyboard button position
107+ & .iPadShowKeyboard {
108+ right : unset !important ;
109+ left : 20px ;
110+ }
111+
112+ // fix find widget in front of dialogs
113+ & .overflow-guard {
114+ z-index : bp .$pt-z-index-content - 1 ;
115+ }
116+
117+ // allow overflow to overlay content outside of editor
118+ & .overflowingContentWidget {
119+ z-index : bp .$pt-z-index-overlay - 1 ;
120+ }
109121}
You can’t perform that action at this time.
0 commit comments