mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
fix: proper root margin values for intersection observer
This commit is contained in:
@@ -27,7 +27,7 @@ const { headings } = Astro.props;
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
root: null,
|
root: null,
|
||||||
rootMargin: '0px 0px -300px 0px',
|
rootMargin: '0px 0px -450px 0px',
|
||||||
threshold: 1.0,
|
threshold: 1.0,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user