Skip to content

Commit

Permalink
use position relative for all split views
Browse files Browse the repository at this point in the history
related to #59830
  • Loading branch information
joaomoreno committed Oct 4, 2018
1 parent a7b8fdb commit 1cac2f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/vs/base/browser/ui/splitview/splitview.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
.monaco-split-view2 > .split-view-container > .split-view-view {
white-space: initial;
flex: none;
position: relative;
}

.monaco-split-view2.vertical > .split-view-container > .split-view-view {
Expand All @@ -49,10 +50,6 @@
display: inline-block;
}

.monaco-split-view2.separator-border > .split-view-container > .split-view-view {
position: relative;
}

.monaco-split-view2.separator-border > .split-view-container > .split-view-view:not(:first-child)::before {
content: ' ';
position: absolute;
Expand Down

0 comments on commit 1cac2f9

Please sign in to comment.