Update config-editor.blade.php

This commit is contained in:
Julian Prieber 2022-11-20 23:01:37 +01:00
parent b8ac15a50a
commit 179225d358

View File

@ -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