We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4afb6 commit fc16a52Copy full SHA for fc16a52
1 file changed
views/user/recovery.php
@@ -113,5 +113,5 @@
113
echo Html::endForm();
114
115
if ($preCode != '' && $preEmail != '') {
116
- $layout->addOnLoadJS('$("#recoveryPassword").scrollintoview().focus();');
+ $layout->addOnLoadJS('$("#recoveryPassword").scrollintoview({top_offset: -30}); $("#recoveryPassword").focus();');
117
}
0 commit comments