Tweak docs styling, add serve-docs script
This commit is contained in:
parent
5b18fe672b
commit
10dcf050d6
3 changed files with 7 additions and 3 deletions
|
|
@ -9,8 +9,7 @@ $sidebar-transition: left 0.25s;
|
|||
$container-width: 1024px;
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
#container {
|
||||
|
|
@ -25,6 +24,7 @@ body {
|
|||
|
||||
#sidebar {
|
||||
position: fixed;
|
||||
background: white;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: $sidebar-width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue