79312453

Date: 2024-12-27 17:38:11
Score: 1
Natty:
Report link

.div2 appears on top of the .div1, so mouse is no longer hovering over .div1, so .div2 dissappears, so mouse again hovering over .div1, so .div2 appears again...

Add following CSS to resolve the issue.

.div2:hover {
  display: flex;
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lubomyr Pryt