You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting PopupPlacement to Bottom, the Popup will overflow on the right side for any of the elements close to the right edge. This occurs only when the Popup is initiated by either the Previous or Next buttons of the next step. The Popup also correctly positions itself as soon as the page is resized or scrolled.
To reproduce using the demo application:
Within FormGuidedTour.razor add PopupPlacement="GTour.Abstractions.Common.PopperPlacement.Bottom" to each of the GuidedTourSteps.
Run the solution, open the "Guided Tour Demo" and Start from Tour.
Click next until you reach the popup for "Username".
Thanks
The text was updated successfully, but these errors were encountered:
When setting PopupPlacement to Bottom, the Popup will overflow on the right side for any of the elements close to the right edge. This occurs only when the Popup is initiated by either the Previous or Next buttons of the next step. The Popup also correctly positions itself as soon as the page is resized or scrolled.
To reproduce using the demo application:
Within FormGuidedTour.razor add PopupPlacement="GTour.Abstractions.Common.PopperPlacement.Bottom" to each of the GuidedTourSteps.
Run the solution, open the "Guided Tour Demo" and Start from Tour.
Click next until you reach the popup for "Username".
Thanks
The text was updated successfully, but these errors were encountered: