diff --git a/web-src/src/templates/ContentWithHeading.vue b/web-src/src/templates/ContentWithHeading.vue index 9e5fdb5f..35090f45 100644 --- a/web-src/src/templates/ContentWithHeading.vue +++ b/web-src/src/templates/ContentWithHeading.vue @@ -49,7 +49,8 @@ export default { observer_options: { callback: this.visibilityChanged, intersection: { - rootMargin: '-100px' + rootMargin: '-100px', + threshold: 0.3 } } }