Skip to content

Commit 79efdfc

Browse files
committed
fix(terminal): fill xterm-screen gap with terminal background
The xterm-screen height is row-aligned (rows × charHeight), leaving a small gap at the bottom of the container. Adding the terminal background to .terminal-instance-container ensures the gap blends seamlessly.
1 parent 931b946 commit 79efdfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/styles/Extn-Terminal.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@
372372
bottom: 0;
373373
display: none;
374374
box-sizing: border-box;
375+
background: var(--terminal-background);
375376
}
376377

377378
.terminal-instance-container.active {

0 commit comments

Comments
 (0)