[SD-106] refactor: ScrollWrapper
The element being scrolled is actually the <html>
itself (document.documentElement
). We don't need a separate scroll-to-top-wrapper, we just need to reimplement a wrapper for scrolling-content.
- fix contents table on the right
- fix heading ":target" padding top
Closes SD-106
Edited by Tianyi Liang