Trying to select any text in the body of the spec, such as the word "sub" in "sub-section" below, causes the Spec-Up-T index.html to auto-scroll to the top of the spec. It is really annoying and ruins my spec reading experience.
Reproduction steps:
- Clone the did:webs spec repo:
git clone git@github.com:trustoverip/tswg-did-method-webs-specification.git
cd tswg-did-method-webs-specification
npm install
npm run menu 4 to generate the spec.
open docs/index.html
- Scroll down a few pages so you can see the scroll up behavior.
- Select any amount of text and observe the rapid scroll up to the top.
Trying to select any text in the body of the spec, such as the word "sub" in "sub-section" below, causes the Spec-Up-T index.html to auto-scroll to the top of the spec. It is really annoying and ruins my spec reading experience.
Reproduction steps:
git clone git@github.com:trustoverip/tswg-did-method-webs-specification.gitcd tswg-did-method-webs-specificationnpm installnpm run menu 4to generate the spec.open docs/index.html