1. z-index hell

    z-index is something that can measure one's frustration. The amount of digits represent the fact that the developer tried to position the div above the content, but failed miserably.

    .my-class {
    z-index: 122828282882;
    }
    Check out what is going on here