We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fd33f commit 66b9105Copy full SHA for 66b9105
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "astro-navbar",
3
- "version": "2.3.7",
+ "version": "2.3.8",
4
"description": "Responsive Mobile Navigation with Dropdown in Astro",
5
"type": "module",
6
"exports": "./index.ts",
src/components/StickyHeader.astro
@@ -20,7 +20,7 @@ const {
20
<slot />
21
</header>
22
23
-<script define:vars={{ scrollY, defaultClass, activeClass }}>
+<script data-astro-rerun define:vars={{ scrollY, defaultClass, activeClass }}>
24
// @ts-nocheck
25
let lastKnownScrollPosition = 0;
26
let ticking = false;
0 commit comments