Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit c01ff406 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: scroll payment step into view

Übergeordneter c411f1cb
No related branches found
No related tags found
2 Merge Requests!9feat: checkout billing address design improved,!8feat: checkout billing address design improved
......@@ -318,6 +318,14 @@ define('package/quiqqer/order-simple-checkout/bin/frontend/controls/SimpleChecko
}, {
callback: () => {
this.Loader.hide();
if (typeof Container.scrollIntoView === 'function') {
Container.scrollIntoView({
behavior: 'smooth',
block: 'start',
inline: 'start'
});
}
}
});
});
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren