How can I use css to reposition a tooltip guide
I'm trying to reposition a tooltip so that it aligns better with an element, but when I use the following CSS it moves the guide, but not the caret, so I end up with an arrow floating in the middle of the screen. Is there another way to do this?
#pendo-guide-container{
top: 50px !importaant;
}
0
Comments
do you have a screenshot of how you want it and where it is now?
Please sign in to leave a comment.