Force terminal viewport alignment to top and bottom of panel

Fixes #16532
This commit is contained in:
Daniel Imms
2017-01-09 11:39:09 -08:00
parent 450778c177
commit 5f73daec57

View File

@@ -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 */