-
Notifications
You must be signed in to change notification settings - Fork 53
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
popover far from button #28
Comments
Do i have to add position to this class?
|
This seems to be a problem with parent elements that have position:relative. Anyone has a fix already? |
Yup! Getting the same thing. It's absolutely miles away. In fact, it's off-screen. |
I'm not using position relative, in fact just display: block; and it's on the other side of the page. Edit: Yes it was, the position relative was on the 4th parent. Edit2: If you scroll down the page, then click the popover it's absolutely miles away. Any help? |
This also seems to be happening when the parent is position:fixed. |
@stevenharman This is still happening for me on v 1.1.8. Any suggestions? |
Thank you for this plugin 👍 .
Why popover not close to button
button(v-popover.left="{ name: 'foo' }") Toggle popover
popover(name="foo") Hello
The text was updated successfully, but these errors were encountered: