Skip to content
Advertisement

On hover of slick text is hidden due to non responsive css how to make it responsive?

I am not getting the on-hover dates but it is rendered to the page on inspecting I suspect it may be due to the responsive problem of CSS, or class breakage. How to resolve?

On hover of loading bar bullet the hover text is not visible

Inspect of the issue

CSS code:

JavaScript

JS code

JavaScript

DIV

JavaScript

Advertisement

Answer

This is due to the relative position of the hover. Reducing the relative position and reducing the font size will solve the issue.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement