diff --git a/resources/views/panel/config-editor.blade.php b/resources/views/panel/config-editor.blade.php index 8f456cb..1cbdd96 100644 --- a/resources/views/panel/config-editor.blade.php +++ b/resources/views/panel/config-editor.blade.php @@ -285,7 +285,7 @@ $(window).scroll(function() { btn.on('click', function(e) { e.preventDefault(); - $('html, body').animate({scrollTop:250}, '300'); + $('html, body').animate({scrollTop:280}, '300'); }); @endpush