We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323d760 commit 89fb007Copy full SHA for 89fb007
2 files changed
web/js/events.js
@@ -325,7 +325,7 @@ VE.navigation.move_focus_down = function(){
325
326
$('html, body').animate({
327
scrollTop: $('.units .l-unit.focus').offset().top - 200
328
- }, 80);
+ }, 200);
329
}
330
331
@@ -348,7 +348,7 @@ VE.navigation.move_focus_up = function(){
348
349
350
351
352
353
354
0 commit comments