forked from mirrors/Scribe.js
Fix sidebar scrolling
This commit is contained in:
parent
d7c05d3f9a
commit
f0cb9d1c2b
1 changed files with 2 additions and 1 deletions
|
@ -142,6 +142,7 @@ body {
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 3;
|
||||
overflow-y: auto;
|
||||
width: 300px;
|
||||
padding-top: 50px;
|
||||
background: #111;
|
||||
|
@ -172,7 +173,7 @@ body {
|
|||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Blocks
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue