diff --git a/src/static/js/tutorial.js b/src/static/js/tutorial.js index 4b14db5..66a0b1b 100644 --- a/src/static/js/tutorial.js +++ b/src/static/js/tutorial.js @@ -1394,6 +1394,11 @@ const Tutorial = { this._els.spotlight.style.opacity = '0'; } + // Modal-Steps: zum bubbleTarget scrollen bevor Bubble positioniert wird + if (isModalStep && step.bubbleTarget) { + await this._scrollModalTo(step.bubbleTarget); + } + // Bubble konfigurieren und anzeigen this._showBubble(step, i);