Hide nav scrollbar if unneeded
parent
419e8ad57a
commit
84035e7476
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue