Preserve scroll position of the main part of the documentation during navigation.
This commit is contained in:
parent
991cf7b92e
commit
87600c192b
5
docs/static/style.css
vendored
5
docs/static/style.css
vendored
@ -100,7 +100,7 @@ li
|
||||
background: #ffffff;
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
box-sizing: border-box;
|
||||
@ -152,10 +152,7 @@ li
|
||||
|
||||
.main
|
||||
{
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.function_container
|
||||
|
||||
Loading…
Reference in New Issue
Block a user