mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-28 00:40:36 +00:00
Some fixes and enhancements befor javascript rework
This commit is contained in:
6
web/app/templates/interactions/scroll_to_top.html.j2
Normal file
6
web/app/templates/interactions/scroll_to_top.html.j2
Normal file
@ -0,0 +1,6 @@
|
||||
<!-- Scroll to top element -->
|
||||
<div id="menu-scroll-to-top-div" class="fixed-action-btn direction-top active hide" style="bottom: 45px; right: 24px;">
|
||||
<a id="menu-scroll-to-top" class="btn btn-floating btn-large cyan">
|
||||
<i class="material-icons">arrow_upward</i>
|
||||
</a>
|
||||
</div>
|
Reference in New Issue
Block a user