Skip to content

v0.3.0

Choose a tag to compare

@seawind543 seawind543 released this 07 Dec 07:34
· 35 commits to master since this release

Override style portal, and change the way to locate position of target.

Style portal set position: absolute; and it means position of tooltip is related to container's style.
Therefore, in this version, we change the way to locate position of target, and override style portal's style to position: fixed;

Note:
To reset behavior as previous version, you can change relativePosition to true.