diff --git a/src/components/GlossaryPortalStickySync.astro b/src/components/GlossaryPortalStickySync.astro index 9274847..c939e21 100644 --- a/src/components/GlossaryPortalStickySync.astro +++ b/src/components/GlossaryPortalStickySync.astro @@ -5,6 +5,7 @@ interface Props { sectionHeadSelector?: string; mobileBreakpoint?: number; autoCollapseDelta?: number; + compactSticky?: boolean; } const { @@ -13,12 +14,13 @@ const { sectionHeadSelector = ".glossary-portal-section__head", mobileBreakpoint = 860, autoCollapseDelta = 160, + compactSticky = false, } = Astro.props; --- + + + + + + + + + + + + + + \ No newline at end of file