mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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,
|
||||
rootMargin: '0px 0px -300px 0px',
|
||||
rootMargin: '0px 0px -450px 0px',
|
||||
threshold: 1.0,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user