Fixes rendering glitch.

Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com>
This commit is contained in:
Henning Dieterichs
2024-03-11 14:49:49 +01:00
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;
}