-
Notifications
You must be signed in to change notification settings - Fork 23
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
Hover box in the Community Usage section #225
Comments
I see, this issue is occuring as per the working of Bootstrap Popovers. One quick fix I can think for this is to embed the popover I have tried it out locally, and it seems to work fine for now. Have a look at the GIF below: If this works, please feel free to directly add it to your code, or let me know if you need a PR against this! And if you come across any better solution, do mention! |
Hi @Git-Harshit, thanks for the thorough explanation and for looking into this. |
Sure! |
Uses css_classes to add class selector for generic_href as suggested to distinguish .app-liances and .tool-s for separate popover initialization to prevent unexpected popover switch on mouse hover. 'css_classes' has been carefully added as an optional parameter with default blank value on all callers of to_generic_href wrappers. Fix: edamontology#225 Signed-off-by: Harshit Gupta <[email protected]>
Specification
Devices
Laptop
Browser
Brave
Message
Hi people! Would it be possible to keep visualizing the community usage box also while hovering over the box? See in the gif below how it disappears. Thanks!
The text was updated successfully, but these errors were encountered: