Hide nav scrollbar if unneeded

pull/400/head
Jon Galloway 2015-08-26 16:42:41 -07:00
parent 419e8ad57a
commit 84035e7476
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ h1, h2, h3, h4, h5, h6, legend {
.wy-nav-side {
background: #ddd;
overflow-y: auto;
}
.wy-side-nav-search {
@ -145,4 +146,4 @@ h1, h2, h3, h4, h5, h6, legend {
.btn-neutral:hover {
background-color: #0054a3 !important;
color: #fff !important;
}
}