提交 8bd60949 编写于 作者: D Daniel Imms

Set line-height of xterm.js' text area to 0

It's taking up space when it has focus which breaks the terminal's position. This
only seems to happen on Mac for some reason.

Fixes #12038
上级 ac837a1d
......@@ -42,6 +42,7 @@
width: 0;
height: 0;
z-index: -10;
line-height: 0;
}
.monaco-workbench .panel.integrated-terminal .xterm .xterm-helper-textarea:focus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册