From c3e881ed77c3829894326e03becae67a6307356d Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 8 Sep 2021 15:22:38 +0530 Subject: [PATCH] fix: tooltip position on containers with overflow --- components/http/Request.vue | 16 ++++- package-lock.json | 122 ++++++++++++++++++------------------ package.json | 6 +- plugins/v-tippy.js | 7 +++ 4 files changed, 86 insertions(+), 65 deletions(-) diff --git a/components/http/Request.vue b/components/http/Request.vue index d99f7866..e11bd6aa 100644 --- a/components/http/Request.vue +++ b/components/http/Request.vue @@ -1,5 +1,17 @@