You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.
Hello,
I have a problem when trying to use this extension with the bulma box element. Tooltip stays within the box's borders. Would it be possible to have the tooltip on top of the box?
Behaviour:
The text was updated successfully, but these errors were encountered:
I think it's because is display: inline-block. I have the same problem, I tried changing to display: block and giving a higher z-index, but that doesn't seem to work.
Also happens when columns get stacked in tablet/mobile.
Changing the css attribute position:relative to position:absolute from classes [data-tooltip]:not(.is-loading), [data-tooltip]:not(.is-disabled), [data-tooltip]:not([disabled]) fixed it for me.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version: ^3.0.0 installed through npm
Hello,
I have a problem when trying to use this extension with the bulma box element. Tooltip stays within the box's borders. Would it be possible to have the tooltip on top of the box?
Behaviour:
The text was updated successfully, but these errors were encountered: