How to move popover by accessing Dom #844
Unanswered
qkrdkwl9090
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When certain conditions occur, the "body" must be moved using the transform: translateY, but when moved, the v-popover moves to the wrong location. To solve this problem, I try to move the wrapper and transform it, but it doesn't work out the way I want it to. Are there solutions or available options?
Or when the page component is mounted, if you look at Dom, there is no tooltip, but if you activate trigger, the tooltip will be generated in Dom, but is it possible to display it from the beginning?
Beta Was this translation helpful? Give feedback.
All reactions