diff --git a/src/core/features/comments/pages/viewer/viewer.html b/src/core/features/comments/pages/viewer/viewer.html index 5dafee37a..56e4a4f1e 100644 --- a/src/core/features/comments/pages/viewer/viewer.html +++ b/src/core/features/comments/pages/viewer/viewer.html @@ -58,7 +58,7 @@ - + diff --git a/src/core/features/comments/pages/viewer/viewer.ts b/src/core/features/comments/pages/viewer/viewer.ts index 5879bbb9d..688fa4bf0 100644 --- a/src/core/features/comments/pages/viewer/viewer.ts +++ b/src/core/features/comments/pages/viewer/viewer.ts @@ -329,6 +329,8 @@ export class CoreCommentsViewerPage implements OnInit, OnDestroy { message: commentsResponse ? 'core.comments.eventcommentcreated' : 'core.datastoredoffline', translateMessage: true, duration: ToastDuration.LONG, + position: 'bottom', + positionAnchor: 'viewer-footer', }); if (commentsResponse) {