Why z-index doesn’t work even though you set z-index: 99999;
A common complaint I hear from developers is “Why isn’t z-index working?” Usually they’re having trouble getting an element to appear over other element.
They know that higher z-index means closer to the viewer’s screen, so they set
z-index: 99999;
But still, the element does not appear above…