Update config-editor.blade.php

This commit is contained in:
Julian Prieber 2022-11-20 23:01:37 +01:00
parent b8ac15a50a
commit 179225d358
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});
</script>
@endpush