Improved positioning of back-to-top button
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user