提交 57398ed2 编写于 作者: D Daniel Imms

Fix auto scroll bug

Fixes #18362
上级 a867db0e
......@@ -38,10 +38,11 @@
}
.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;
/* Align the viewport to the bottom of the panel, just like the terminal */
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
/* Terminal actions */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册