mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-07 14:29:04 +01:00
Fixes rendering glitch.
Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
This commit is contained in:
committed by
Henning Dieterichs
parent
5faa55a173
commit
97c8d7e7cc
@@ -63,7 +63,8 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.monaco-editor .view-line > span {
|
||||
/* There are view-lines in view-zones. We have to make sure this rule does not apply to them, as they don't set a line height */
|
||||
.monaco-editor .lines-content > .view-lines > .view-line > span {
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user