mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Remove the go to top button
It’s not particularly useful when there are fixed elements all over the page (header, sidebar)
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
import ActionButton from 'flarum/components/ui/action-button';
|
||||
|
||||
export default ActionButton.extend({
|
||||
title: 'Go to Top',
|
||||
icon: 'arrow-up',
|
||||
className: 'control-top',
|
||||
action: function() {
|
||||
$('html, body').stop(true).animate({scrollTop: 0});
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user