提交 9ad845db 编写于 作者: D Daniel Imms

Don't use flexbox for .terminal-outer-container

This may have been a Chrome bug causing terminal-outer-container to be
positioned incorrectly when the terminal had focus. Instead of investigating
further just move to a simpler implementation without flexbox.

Fixes #12038
上级 d936ed0f
......@@ -24,11 +24,8 @@
.hc-black .monaco-workbench .panel.integrated-terminal { color: #FFF; }
.monaco-workbench .panel.integrated-terminal .terminal-outer-container {
align-content: flex-start;
align-items: flex-end;
display: flex;
height: 100%;
padding: 0 20px;
flex-grow: 1;
width: 100%;
}
......@@ -37,6 +34,8 @@
}
.monaco-workbench .panel.integrated-terminal .terminal-wrapper.active {
display: block;
position: absolute;
bottom: 0;
}
/* Terminal actions */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册