mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Fix scroll for content in default theme
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.Body {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
@import "Page.less";
|
||||
@import "Toolbar.less";
|
||||
@import "Search.less";
|
||||
@import "Body.less";
|
||||
|
||||
* {
|
||||
.box-sizing(border-box);
|
||||
|
||||
Reference in New Issue
Block a user