vue-js-popover
vue-js-popover copied to clipboard
popover far from button
Thank you for this plugin 👍 .
Why popover not close to button
button(v-popover.left="{ name: 'foo' }") Toggle popover popover(name="foo") Hello
Do i have to add position to this class?
div[data-popover="tooltip"] {
top: -5px !important;
left: 20% !important;
}
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.
Is this a duplicate of #27, which has been fixed by #34?
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?