mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-30 20:44:45 -04:00
more
This commit is contained in:
Vendored
+4
-3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user