Skip to content

Commit 9f5790f

Browse files
authored
Merge pull request #391 from Tyriar/357_textarea_top_zero
Position the textarea at top:0
2 parents 6aeb043 + 55314e0 commit 9f5790f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xterm.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
position: absolute;
6262
opacity: 0;
6363
left: -9999em;
64-
top: -9999em;
64+
top: 0;
6565
width: 0;
6666
height: 0;
6767
z-index: -10;

0 commit comments

Comments
 (0)