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 dec2d86 commit 5e26b65Copy full SHA for 5e26b65
src/common/components/BugDetail/AnchorButtons.tsx
@@ -47,7 +47,7 @@ export const AnchorButtons = ({
47
containerId={scrollerBoxId || 'main'}
48
smooth
49
duration={500}
50
- offset={-50}
+ offset={0}
51
onClick={() => {
52
setOpenAccordions([...openAccordions, 'details']);
53
}}
@@ -62,7 +62,7 @@ export const AnchorButtons = ({
62
63
64
65
66
67
setOpenAccordions([...openAccordions, 'duplicates']);
68
0 commit comments