tippyjs
tippyjs copied to clipboard
remove border
hi there, I am using an element as tooltip content, but there is always a dark grey border around it, I tried to define a theme to remove it, but whatever I have tried did not work.
.tippy-box {
border: none;
padding: 0;
}
is solved it with
outline: none