scroll bar code blocks #1858

Closed
opened 2026-02-05 02:04:19 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @Statium on GitHub (Sep 22, 2020).

BookStack 0.30.0

all code blocks now have a scroll bar
image

appeared after update

Originally created by @Statium on GitHub (Sep 22, 2020). BookStack 0.30.0 all code blocks now have a scroll bar ![image](https://user-images.githubusercontent.com/4026090/93896783-c7b13080-fd0a-11ea-9051-7de6ddff185e.png) appeared after update
OVERLORD added the 🎨 Design💻 Front-End labels 2026-02-05 02:04:19 +03:00
Author
Owner

@MaxG-Git commented on GitHub (Sep 26, 2020):

I have noticed this aswell, for the time being I have linked a css page (using the custom header settings) with the following to supress the scrollbar but would love to see a "real" solution 😊

.CodeMirror-vscrollbar{
  overflow-y: hidden;
}
@MaxG-Git commented on GitHub (Sep 26, 2020): I have noticed this aswell, for the time being I have linked a css page (using the custom header settings) with the following to supress the scrollbar but would love to see a "real" solution 😊 ```css .CodeMirror-vscrollbar{ overflow-y: hidden; } ```
Author
Owner

@ssddanbrown commented on GitHub (Sep 26, 2020):

Thanks for reporting @Statium, Has been address to be in the next patch release.

@ssddanbrown commented on GitHub (Sep 26, 2020): Thanks for reporting @Statium, Has been address to be in the next patch release.
Author
Owner

@10935336 commented on GitHub (Sep 29, 2020):

I have updated to 0.30.1, but I still encounter this problem.

@10935336 commented on GitHub (Sep 29, 2020): I have updated to 0.30.1, but I still encounter this problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1858