diff --git a/packages/frontend-2/plugins/001-tippy.ts b/packages/frontend-2/plugins/001-tippy.ts index e1b3015f8..f15a645ef 100644 --- a/packages/frontend-2/plugins/001-tippy.ts +++ b/packages/frontend-2/plugins/001-tippy.ts @@ -8,7 +8,8 @@ export default defineNuxtPlugin((nuxtApp) => { arrow: false, animation: 'fade', theme: 'speckleTooltip', - offset: [0, 8] + offset: [0, 8], + touch: false }, flipDuration: 0 })