From dfe03efc378e86f57e39058fdde99118b970f191 Mon Sep 17 00:00:00 2001 From: Rahil Ansari <12849916+rahilansari261@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:59:03 +0530 Subject: [PATCH] fix: fix the fluctuations in sidebar when we scroll main content (#13115) * fix the fluctuations in sidebar when we scroll main content * fix: reduced vertical padding instead of TOP_BANNER_HEIGHT --------- Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> --- packages/ui/components/top-banner/TopBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/components/top-banner/TopBanner.tsx b/packages/ui/components/top-banner/TopBanner.tsx index 69646b1441..2675b0748c 100644 --- a/packages/ui/components/top-banner/TopBanner.tsx +++ b/packages/ui/components/top-banner/TopBanner.tsx @@ -46,7 +46,7 @@ export function TopBanner(props: TopBannerProps) { "flex w-full items-start justify-between gap-8 px-4 py-2 text-center lg:items-center", variantClassName[variant] )}> -
+

{Icon ? : defaultIcon} {text}