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
Currently, tooltips are not displaying as intended due to the use of the incorrect class for the mouseenter event on GitHub's contribution calendar. Instead of the expected class "js-calendar-graph-svg," the correct class should be "js-calendar-graph-table." This discrepancy is preventing the tooltips from appearing as expected when hovering over specific days on the calendar. Rectifying this issue by utilizing the correct class will ensure that tooltips are displayed accurately, enhancing the user experience on GitHub's contribution calendar feature.
The text was updated successfully, but these errors were encountered:
Currently, tooltips are not displaying as intended due to the use of the incorrect class for the mouseenter event on GitHub's contribution calendar. Instead of the expected class "js-calendar-graph-svg," the correct class should be "js-calendar-graph-table." This discrepancy is preventing the tooltips from appearing as expected when hovering over specific days on the calendar. Rectifying this issue by utilizing the correct class will ensure that tooltips are displayed accurately, enhancing the user experience on GitHub's contribution calendar feature.
The text was updated successfully, but these errors were encountered: