Skip to content

Commit 179225d

Browse files
committed
Update config-editor.blade.php
1 parent b8ac15a commit 179225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/panel/config-editor.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
286286
btn.on('click', function(e) {
287287
e.preventDefault();
288-
$('html, body').animate({scrollTop:250}, '300');
288+
$('html, body').animate({scrollTop:280}, '300');
289289
});
290290
</script>
291291
@endpush

0 commit comments

Comments
 (0)