diff --git a/src/scripts/src/choices.js b/src/scripts/src/choices.js index c6913b9..2adbe7b 100644 --- a/src/scripts/src/choices.js +++ b/src/scripts/src/choices.js @@ -450,7 +450,7 @@ class Choices { // Scroll back to top of choices list if (this.config.resetScrollPosition) { - this.choiceList.scrollTo(0); + requestAnimationFrame(() => this.choiceList.scrollTo(0)); } // If we have grouped options