Skip to content

Commit 9ec714f

Browse files
author
Benjamin Pasero
committed
do not set zindex via JS
1 parent 8260d80 commit 9ec714f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/browser/parts/editor/sideBySideEditorControl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,6 @@ export class SideBySideEditorControl implements ISideBySideEditorControl, IVerti
11841184
this.containers[position].removeClass('drag');
11851185
this.parent.removeClass('dragging');
11861186
this.containers[position].removeClass('dragging');
1187-
this.containers[position].style({ zIndex: 'auto' });
11881187
POSITIONS.forEach((p) => this.containers[p].removeClass('draggedunder'));
11891188
this.containers[Position.LEFT].style({ left: 0, right: 'auto' });
11901189
this.containers[Position.CENTER].style({ left: 'auto', right: 'auto', borderLeftWidth: '1px' });

0 commit comments

Comments
 (0)