Skip to content

Commit a914115

Browse files
authored
don't set bottom 0 for overlays, as height 100% already aligns the bottom, but takes care of borders.
1 parent 0a141d2 commit a914115

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/editor/browser/widget/codeEditor/editor.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@
6161
width: 100%;
6262
}
6363

64-
.monaco-editor .view-overlays > div > div, .monaco-editor .margin-view-overlays > div > div {
65-
bottom: 0;
66-
}
67-
6864
/*
6965
.monaco-editor .auto-closed-character {
7066
opacity: 0.3;

0 commit comments

Comments
 (0)