Improved positioning of back-to-top button

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-08 15:40:40 +02:00
parent e0edcffa6d
commit d3f06bc1c5
2 changed files with 34 additions and 8 deletions

View File

@ -32,12 +32,12 @@
{% include sidebar.html %}
</div>
</div>
<button id="back-to-top"
class="btn btn-primary btn-lg"
title="Click to return to the start of the page" data-toggle="tooltip" data-placement="left">
<span class="fas fa-chevron-up"></span>
</button>
</div>
<button id="back-to-top"
class="btn btn-primary btn-lg"
title="Click to return to the start of the page" data-toggle="tooltip" data-placement="left">
<span class="fas fa-chevron-up"></span>
</button>
</div>
{% include footer.html %}
</body>