diff --git a/src/App.vue b/src/App.vue index 34b844af..ebcc6ffa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -367,7 +367,7 @@ export default { type: "regex", action: (num) => { const card = this.$refs.IPCheckRef.ipDataCards[num - 1]; - this.scrollToElement("IPInfo-" + num, 120); + this.scrollToElement("IPInfo-" + num, 180); this.$refs.IPCheckRef.refreshCard(card); this.$trackEvent('ShortCut', 'ShortCut', 'IPCheck'); }, diff --git a/src/components/help.vue b/src/components/help.vue index 9ec33e27..280dbe47 100644 --- a/src/components/help.vue +++ b/src/components/help.vue @@ -1,7 +1,7 @@