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;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
overflow-y: auto;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
background: #111;
|
background: #111;
|
||||||
|
@ -172,7 +173,7 @@ body {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Blocks
|
* Blocks
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue