[GH-ISSUE #90] No vertical & horizontal scrollbar #69

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

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

I work on relatively large codebase. Not having any scrollbar would be a problem. Is this a bug or intentional?

Image
Originally created by @Humayung on GitHub (Feb 21, 2026). Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/90 I work on relatively large codebase. Not having any scrollbar would be a problem. Is this a bug or intentional? <img width="440" height="373" alt="Image" src="https://github.com/user-attachments/assets/fa060349-c4c6-4af9-a530-8accda2868f5" />
Author
Owner

@SublimePeace commented on GitHub (Feb 22, 2026):

This really annoys me too, the scrollbar is essential to my workflow. The only part I could find is:

   ".scrollbar .slider": {
      "border-radius": "9999px !important",
      "transition": "opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important"
   },

But this shouldn't be hiding the scrollbar completely. I uninstalled until the theme becomes more stable so I can't test, but is it possible the scrollbar is there, it's just not visible because the border is cutting it off, i.e. over it?

EDIT: this is a duplicate of #69

<!-- gh-comment-id:3940747455 --> @SublimePeace commented on GitHub (Feb 22, 2026): This really annoys me too, the scrollbar is essential to my workflow. The only part I could find is: ``` ".scrollbar .slider": { "border-radius": "9999px !important", "transition": "opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important" }, ``` But this shouldn't be hiding the scrollbar completely. I uninstalled until the theme becomes more stable so I can't test, but is it possible the scrollbar is there, it's just not visible because the border is cutting it off, i.e. over it? EDIT: this is a duplicate of #69
Author
Owner

@Christopher-C-Robinson commented on GitHub (Feb 23, 2026):

And when there is a scroll bar, it breaks the UI. This should be rounded on the bottom. the island is broken.

Image
<!-- gh-comment-id:3945527326 --> @Christopher-C-Robinson commented on GitHub (Feb 23, 2026): And when there is a scroll bar, it breaks the UI. This should be rounded on the bottom. the island is broken. <img width="504" height="828" alt="Image" src="https://github.com/user-attachments/assets/15ac5c95-b51a-4ef2-8f7c-d4646bb5d63d" />
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#69
No description provided.