jekyll-gitbook icon indicating copy to clipboard operation
jekyll-gitbook copied to clipboard

Fix inaccessible settings when navigation is not collapsed

Open Simewu opened this issue 6 months ago • 0 comments

When the navigation is not collapsed and the page width is less than 1240px, the settings dropdown gets hidden behind .book-body, leading to this render issue.

Screenshot of hidden settings

This minimal PR resolves it by omitting .book-header from overflow: hidden.

Simewu avatar Oct 28 '25 19:10 Simewu