File tree 1 file changed +1
-30
lines changed
1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -221,34 +221,5 @@ function changeViewSize() {
221
221
}
222
222
}
223
223
224
- /* embed mode */
225
- .is-embed-mode .left ,
226
- .is-embed-mode .right {
227
- position : absolute ;
228
- inset : 0 ;
229
- width : auto !important ;
230
- height : auto !important ;
231
- }
232
- .is-embed-mode .dragger {
233
- display : none ;
234
- }
235
- .is-embed-mode.split-pane .toggler {
236
- display : block ;
237
- }
238
- .is-embed-mode.split-pane .right {
239
- z-index : -1 ;
240
- pointer-events : none ;
241
- }
242
- .is-embed-mode.split-pane .left {
243
- z-index : 0 ;
244
- pointer-events : all ;
245
- }
246
- .is-embed-mode.split-pane.show-output .right {
247
- z-index : 0 ;
248
- pointer-events : all ;
249
- }
250
- .is-embed-mode.split-pane.show-output .left {
251
- z-index : -1 ;
252
- pointer-events : none ;
253
- }
224
+
254
225
</style >
You can’t perform that action at this time.
0 commit comments