This is a known Chrome quirk. The enable viewport offset in chrome thing isn’t straightforward, but here’s a workaround:
Use the `scroll-behavior: auto` CSS property on your body/html. Stops Chrome from trying to "help" with smooth scrolling.
Also, clear your cache. Sounds basic, but Chrome gets weird with cached rendering sometimes.
Use the `scroll-behavior: auto` CSS property on your body/html. Stops Chrome from trying to "help" with smooth scrolling.
Also, clear your cache. Sounds basic, but Chrome gets weird with cached rendering sometimes.
