Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Position without attachTo in v11.0.0 #2167

Closed
foofel opened this issue Dec 2, 2022 · 2 comments · Fixed by #2183
Closed

Position without attachTo in v11.0.0 #2167

foofel opened this issue Dec 2, 2022 · 2 comments · Fixed by #2183
Labels

Comments

@foofel
Copy link

foofel commented Dec 2, 2022

I have a step that has no attachTo, as i understand it it should be centered, but it appears at the bottom of the screen

{
    id: 'intro-burger-menu',
    text: 'This is your navigation menu',
    buttons: [
        { text: 'Exit', action: tour.cancel },
        { text: 'Next', action: tour.next}
    ]
}

chrome_5ouHfSCcKX

I also see the same Problem as #2163,maybe its related?
@stuible
Copy link

stuible commented Dec 5, 2022

Also running into this issue on 11

@marwann
Copy link

marwann commented Dec 9, 2022

Also running into the issue. It looks like attribute data-popper-placement="bottom" is added to the div.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants