Closed Jonnas123 closed 1 year ago
I place text fragment link in Bootstrap offcanvas. It jumps to the correct point in desktop but not in mobile, it's not scrollable. I test normal anchor it works fine <a href="https://mysite.com/#test">test anchor</a> <span id="test">test</span>
<a href="https://mysite.com/#test">test anchor</a> <span id="test">test</span>
This is not a bug with the extension, but potentially a Chrome bug. Please file one at https://new.crbug.com and provide the exact links.
I place text fragment link in Bootstrap offcanvas. It jumps to the correct point in desktop but not in mobile, it's not scrollable. I test normal anchor it works fine
<a href="https://mysite.com/#test">test anchor</a> <span id="test">test</span>