This commit is contained in:
Mike Bayer
2014-05-29 15:38:17 -04:00
parent 686887688d
commit 39e15ac760
+4 -3
View File
@@ -237,20 +237,21 @@ a.headerlink:hover {
#docs-sidebar {
padding: 0px 0 0 15px;
top: 150px;
top: 140px;
bottom: 0;
min-height: 0;
overflow-y: auto;
margin-top:10px;
}
#docs-sidebar-popout {
height:120px;
max-height: 120px;
position:absolute;
}
#fixed-sidebar.preautomated #docs-sidebar {
#fixed-sidebar.preautomated #docs-sidebar,
#fixed-sidebar.preautomated #docs-sidebar-popout {
position:absolute;
}