KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
732 stars 91 forks source link

styling tippy with scoped css doesn't work #258

Closed handhikadj closed 2 years ago

handhikadj commented 2 years ago

codesandbox: https://codesandbox.io/s/focused-pond-plhp32

steps to reproduce:

  1. hover over the button
  2. look at the tooltip's content

it's on App.vue

KABBOUCHI commented 2 years ago

u can add appendTo='parent' or :appendTo='() => $el' image