-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
^3.1.1
Environment
chrome 100.0.4896.127, vue ^3.2.31
Reproduction link
sorry reproduction link is CodeSendBox in docs example.
It works fine here, but it works weird when you import a library from a local environment.
Steps to reproduce
If you copy and paste the example of tooltip docs, the arrow direction of the tooltip will be strange.
It's not just a tooltip issue, it's the same with popover.
What is expected?
It should look the same as the example in docs.
What is actually happening?
The direction of the arrow enters the tooltip content box.
As a result of debugging, the position of *, *::before, and *::after is relative, but if you change it to static, it will work normally.