From 8bb1d19c078032e82491eabdfbb0da2aa86c0acd Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Tue, 1 Aug 2023 13:50:17 +0600 Subject: [PATCH] fix: firefox browser scrollbar issue (#3201) --- packages/hoppscotch-common/src/components.d.ts | 3 +++ packages/hoppscotch-ui/src/components/smart/Windows.vue | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/src/components.d.ts b/packages/hoppscotch-common/src/components.d.ts index a3e0fbf33..914ec6108 100644 --- a/packages/hoppscotch-common/src/components.d.ts +++ b/packages/hoppscotch-common/src/components.d.ts @@ -133,7 +133,10 @@ declare module '@vue/runtime-core' { IconLucideLayers: typeof import('~icons/lucide/layers')['default'] IconLucideListEnd: typeof import('~icons/lucide/list-end')['default'] IconLucideMinus: typeof import('~icons/lucide/minus')['default'] +<<<<<<< HEAD IconLucideRss: typeof import('~icons/lucide/rss')['default'] +======= +>>>>>>> 6db825779 (fix: firefox browser scrollbar issue) IconLucideSearch: typeof import('~icons/lucide/search')['default'] IconLucideUsers: typeof import('~icons/lucide/users')['default'] LensesHeadersRenderer: typeof import('./components/lenses/HeadersRenderer.vue')['default'] diff --git a/packages/hoppscotch-ui/src/components/smart/Windows.vue b/packages/hoppscotch-ui/src/components/smart/Windows.vue index e4f8378c7..af7dc2a6e 100644 --- a/packages/hoppscotch-ui/src/components/smart/Windows.vue +++ b/packages/hoppscotch-ui/src/components/smart/Windows.vue @@ -4,7 +4,7 @@ class="relative sticky top-0 z-10 flex-shrink-0 overflow-x-auto divide-x divide-dividerLight bg-primaryLight tabs group-tabs" >