[auto scroll] fix documention anchor scrolling

This commit is contained in:
nymkappa
2023-08-29 15:51:17 +02:00
parent 91fbd0864b
commit c44276027c
2 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ ul.no-bull.block-audit code{
#doc-nav-desktop.fixed {
float: unset;
position: fixed;
top: 20px;
top: 80px;
overflow-y: auto;
height: calc(100vh - 50px);
scrollbar-color: #2d3348 #11131f;