[GH-ISSUE #84] Terminal gets cut off #63

Open
opened 2026-05-06 13:13:00 +02:00 by BreizhHardware · 3 comments

Originally created by @ChuahChengHang on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/84

Terminal gets cut off at the bottom
Image

Originally created by @ChuahChengHang on GitHub (Feb 20, 2026). Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/84 Terminal gets cut off at the bottom <img width="1460" height="500" alt="Image" src="https://github.com/user-attachments/assets/771e6215-a2ce-45a3-8f76-ddcd95695ffd" />
Author
Owner

@SunPodder commented on GitHub (Feb 20, 2026):

I'm not feeling like opening a PR. But I fixed it for myself locally.
Seach for .part.panel.bottom in your user settings.json file and add "height": "calc(100% - 1px) !important",.
Adjust the pixel value to your taste.

<!-- gh-comment-id:3934251429 --> @SunPodder commented on GitHub (Feb 20, 2026): I'm not feeling like opening a PR. But I fixed it for myself locally. Seach for `.part.panel.bottom` in your user settings.json file and add `"height": "calc(100% - 1px) !important",`. Adjust the pixel value to your taste.
Author
Owner

@MykhailoHoroshko commented on GitHub (Feb 25, 2026):

I fixed it by removing "border-top": "6px solid var(--islands-bg-canvas) !important",in the.part.panel.bottom` in my user settings.json

<!-- gh-comment-id:3960165530 --> @MykhailoHoroshko commented on GitHub (Feb 25, 2026): I fixed it by removing `"border-top":` "6px solid var(--islands-bg-canvas) !important",` in the `.part.panel.bottom` in my user settings.json
Author
Owner

@rartigues commented on GitHub (Feb 25, 2026):

@MykhailoHoroshko Fixed it for me! Thanks ;)

<!-- gh-comment-id:3960605700 --> @rartigues commented on GitHub (Feb 25, 2026): @MykhailoHoroshko Fixed it for me! Thanks ;)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vscode-dark-islands#63
No description provided.