Why use inline style on popover trigger? #363
Unanswered
cassiebrooks
asked this question in
Q&A
Replies: 2 comments
-
I have the same question/issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agree, that should be an option maybe, but not hardcoded. :-) Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason for having
display: inline-block
inlined on the Popover.trigger
div? It means I have to use an!important
to override it.https://github.com/Akryum/v-tooltip/blob/fa672f6d6d2004d9cb285ce4551f12c9ca1f6540/src/components/Popover.vue#L9
If there's no reason for it, would moving it to the CSS be considered a breaking change?
Thanks for the lib!
Beta Was this translation helpful? Give feedback.
All reactions