@schukai/monster 4.43.18 → 4.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -213,6 +213,8 @@ function initEventHandler() {
|
|
|
213
213
|
menu: hamburgerNav,
|
|
214
214
|
});
|
|
215
215
|
|
|
216
|
+
hamburgerNav.scrollIntoView({ block: "start", behavior: "smooth" });
|
|
217
|
+
|
|
216
218
|
cleanup = autoUpdate(hamburgerButton, hamburgerNav, () => {
|
|
217
219
|
if (window.innerWidth > 768) {
|
|
218
220
|
const strategy = getBestPositionStrategy(this);
|