jekyll-gitbook
jekyll-gitbook copied to clipboard
Fix inaccessible settings when navigation is not collapsed
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.
This minimal PR resolves it by omitting .book-header from overflow: hidden.