Skip to content

Commit d3e5cf8

Browse files
authored
fix: flash when appending lines in Monaco editor (#1272)
1 parent ad57d3d commit d3e5cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/iframes/monaco/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body,
55
margin: 0;
66
background: var(--slidev-code-background);
77
width: 100%;
8-
height: 100%;
8+
height: 200%;
99
}
1010

1111
#container {

0 commit comments

Comments
 (0)