Skip to content

Commit 07e9faa

Browse files
Merge pull request #1056 from TechnologyEnhancedLearning/Develop/Fixes/TD-5170-Issue-showing-console-errors-on-few-of-the-createnewaccount-flow-screens-&-Notifications
TD-5170: Issue showing console errors on few of the 'create new account' flow screens & 'Notifications'
2 parents 973870d + 9094291 commit 07e9faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notifications.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
showNotification(notification: NotificationModel) {
153153
this.selectedNotification = notification;
154154
this.showMessage = true;
155-
setTimeout(() => { $('html,body').scrollTop($("#backToList").offset().top); }, 100);
155+
setTimeout(() => { $('html,body').scrollTop($(".nhsuk-back-link").offset().top); }, 100);
156156
157157
},
158158
showNotificationList(event: any) {

0 commit comments

Comments
 (0)