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 a21b8e0 commit 71484f5Copy full SHA for 71484f5
ui/src/components/Sidebar.tsx
@@ -31,6 +31,7 @@ export default function Sidebar(props: Props) {
31
<AnchorLink href={'#' + lrdDocsItem.http_method + lrdDocsItem.uri}
32
onClick={() => {
33
window.history.pushState({}, '', '#' + lrdDocsItem.http_method + lrdDocsItem.uri);
34
+ 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