In the following code first sibling stays behind despite having higher z-index. Why is that?
<div style="z-index: 100000000000000000000000000000000000000000;position: fixed;">why its not in front?</div>
<div style="
height: 110px;
width: 60px;
background: red;
display: block;
position: fixed;
z-index: 100000000000000000000000000000000000;
"></div>