diff --git a/frontend/views/site/vacancies.php b/frontend/views/site/vacancies.php index ee3fd27..7eb6523 100644 --- a/frontend/views/site/vacancies.php +++ b/frontend/views/site/vacancies.php @@ -37,7 +37,7 @@ $(function () { }); }); $('#overlay').click( function(){ - $('#modal_form').animate({opacity: 0, top: '45%'}, 200, + $('#modal_form').animate({opacity: 0, top: '20%'}, 200, function(){ $(this).css('display', 'none'); $('#overlay').fadeOut(400); -- libgit2 0.21.4