-
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
Incorrect Popover position #45
Comments
+1 |
2 similar comments
+1 |
+1 |
This problem happens when it is inside an element with position relative. +1 |
See this issue: #27 |
Yea you are right, for now, I've made an workarround, with an position:absolute element around it with top and left setup. I will consider fixing it on my free time. |
is there any update regarding this issue? |
+1 |
Have you tried putting the popover inside a div with position relative (inside if the absolute positioned div)? |
maybe |
Hello
I have a problem when I try to use the popup, I just copied the sample code into a new component to test and the popup window is appearing lower than it should.
I've tried to solve by modifying the code by myself like I saw in other similar issues but that doesnt worked.
My component code is:
`
<script> import Vue from 'vue'; import Popover from 'vue-js-popover' Vue.use(Popover); export default { } </script>Toggle popover
Hello 🎉
`
Thanks
The text was updated successfully, but these errors were encountered: