[matrix] Add scroll to top button

This commit is contained in:
Josh
2021-01-12 17:34:54 +10:00
committed by GitHub
parent bc0e214b98
commit f78f135505
3 changed files with 49 additions and 0 deletions

View File

@ -190,5 +190,9 @@
</div>
</div>
<div id="to-top" onclick="scrollToTop()"{%- if READTHEDOCS %} class="is-rtd"{%- endif %} hidden>
<span><span class="material-icons">arrow_upward</span> to top</span>
</div>
</body>
</html>