We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71484f5 commit f120812Copy full SHA for f120812
ui/src/components/Sidebar.tsx
@@ -29,9 +29,9 @@ export default function Sidebar(props: Props) {
29
)}
30
<li>
31
<AnchorLink href={'#' + lrdDocsItem.http_method + lrdDocsItem.uri}
32
+ offset={() => 120}
33
onClick={() => {
34
window.history.pushState({}, '', '#' + lrdDocsItem.http_method + lrdDocsItem.uri);
- setTimeout(() => {window.scrollBy(0, -128)}, 600);
35
}}
36
className="flex flex-row px-0 py-1">
37
<span className={`method-${lrdDocsItem.http_method} uppercase text-xs w-12 p-0 flex flex-row-reverse`}>
0 commit comments