Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect position of tooltip render when using with google font icons. #2

Open
mrtechtroid opened this issue Jun 11, 2024 · 5 comments

Comments

@mrtechtroid
Copy link

When using the Tooltips along with google Material icons, if the stylesheet hasn't been loaded, the text is displayed, but after the icons are loaded, the position of the Tooltip is not recalibrated.
Example code:

<Tooltip tip = "offline" top>
		<span id="battery_status" class="material-symbols-rounded">
				signal_wifi_bad
		</span>
</Tooltip>
@sharu725
Copy link
Owner

Can you post a screenshot of it.

@sharu725
Copy link
Owner

Please try the lastest version sv-tooltip@0.2.0

@mrtechtroid
Copy link
Author

Hi there, I tried v0.2.0, but doesn't seem to fix the issue. The online should have been under the wifi icon. A possible fix could be recalculating the position of the tooltip, when the child modifies.
image

@sharu725
Copy link
Owner

sharu725 commented Jun 12, 2024 via email

@sharu725
Copy link
Owner

@mrtechtroid please try 0.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants