mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-20 13:17:26 +02:00
Update config-editor.blade.php
This commit is contained in:
parent
b8ac15a50a
commit
179225d358
@ -285,7 +285,7 @@ $(window).scroll(function() {
|
|||||||
|
|
||||||
btn.on('click', function(e) {
|
btn.on('click', function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$('html, body').animate({scrollTop:250}, '300');
|
$('html, body').animate({scrollTop:280}, '300');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user