提交 5f73daec 编写于 作者: D Daniel Imms

Force terminal viewport alignment to top and bottom of panel

Fixes #16532
上级 450778c1
......@@ -40,6 +40,8 @@
.monaco-workbench .panel.integrated-terminal .xterm-viewport {
/* Subtract right margin so that the scroll bar aligns with size of panel */
margin-right: -20px;
/* Force 100% height so that the scroll bar is aligned to the top and the bottom of the panel, the terminal rows may not be top aligned */
height: 100% !important;
}
/* Terminal actions */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册