Preserve scroll position of the main part of the documentation during navigation.

This commit is contained in:
kovacsv 2023-01-14 23:23:16 +01:00
parent 991cf7b92e
commit 87600c192b

View File

@ -100,7 +100,7 @@ li
background: #ffffff; background: #ffffff;
height: 100%; height: 100%;
padding: 20px; padding: 20px;
position: absolute; position: fixed;
top: 0px; top: 0px;
left: 0px; left: 0px;
box-sizing: border-box; box-sizing: border-box;
@ -152,10 +152,7 @@ li
.main .main
{ {
height: 100%;
padding: 20px; padding: 20px;
box-sizing: border-box;
overflow: auto;
} }
.function_container .function_container