[GH-ISSUE #26] Bug: Editor tabs overlapping with floating header on Linux #19

Closed
opened 2026-05-06 13:12:35 +02:00 by BreizhHardware · 1 comment

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

When using the theme configuration on Linux, the custom floating search/title bar overlaps with the editor tabs. This makes the top portion of the editor content and the tab bar inaccessible or invisible.

Below is the suggested code update:

/* Update this section in the theme's CSS/JSON config */ ".monaco-workbench .part.editor > .content": { /*Choose between 10 to 20px as per your preffered top padding, specifically on linux */ "padding-top": "20px !important" }

Originally created by @abubakar508 on GitHub (Feb 16, 2026). Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/26 When using the theme configuration on Linux, the custom floating search/title bar overlaps with the editor tabs. This makes the top portion of the editor content and the tab bar inaccessible or invisible. Below is the suggested code update: `/* Update this section in the theme's CSS/JSON config */ ".monaco-workbench .part.editor > .content": { /*Choose between 10 to 20px as per your preffered top padding, specifically on linux */ "padding-top": "20px !important" }`
Author
Owner

@bwya77 commented on GitHub (Feb 19, 2026):

Resolved in v0.0.2

<!-- gh-comment-id:3929002849 --> @bwya77 commented on GitHub (Feb 19, 2026): Resolved in v0.0.2
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#19
No description provided.