diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 77a160672..3dd50ba7c 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -84,7 +84,7 @@ const Timeline = { const offset = computed(() => { if (embedded.value) { // The fontsize after navbar is the little gap between navbar and content - return navbarSize.value + fontsize.value + return navbarSize.value + fontSize.value } else { return 0 }