From b7e0ae9d66479232cc510e5abf33abe3ff865ec4 Mon Sep 17 00:00:00 2001 From: prototypa Date: Mon, 14 Aug 2023 11:56:52 -0400 Subject: [PATCH] Add scroll margin offset --- src/components/ui/WidgetWrapper.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/WidgetWrapper.astro b/src/components/ui/WidgetWrapper.astro index a4cc5c5..b7bac38 100644 --- a/src/components/ui/WidgetWrapper.astro +++ b/src/components/ui/WidgetWrapper.astro @@ -7,7 +7,7 @@ const { id, isDark = false, containerClass = "", bg, as = "section" } = Astro.pr const WrapperTag = as; --- - +