-
Notifications
You must be signed in to change notification settings - Fork 8
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
tooltip does not work #5
Comments
What do you have in style? |
It's a code that I got from style looks like
something like this..I thought |
What I'd do: make sure I can access the css classes as "globals". I don't know what editor you are using and what environment. I'm on Meteor so everything is taken care of in terms of compiling. |
@ckim16 Would you please import this at the top of your main.js or the top of your main js file: import 'html-hint/dist/html-hint.min.css' |
I put
I tried at different files as well but it still gives me an error. I even tried like
and give className of marker and tooltip to a component and my content just disappears but tooltip does not display. |
I don't know what to say. I had the same issue as you earlier, showing some content but nothing else . In your case you could see '?' Then I imported the css as I also told you. I think you don't avail of the actual CSS. Meteor is very complex and ... complete in the way it handles everything so I don't know what to think of. Look, for instance, do you have a less compiler? Can you write less or css in '.less' files? It might be that you are not compiling the html-hint.min.css. I would also try to import it into the main css file (but not the min version). |
I have downloaded
but it still does not work. Do you see anything wrong in my code? |
couldn't get it to work either |
I have something like this
and I don't get hover tooltip working for my app. Has anyone had similar issue or know how to fix this?
Thank you,
The text was updated successfully, but these errors were encountered: