I have many number of div elements and in the last div element i used position: fixed;
for not to change the position of the element while scrolling.
So the issue is some of the top div elements gets overlapped by the bottom div element because it has css like this.
#div1 {
position: fixed;
background: blue;
font-size: 50px;
bottom: 0;
}
Fiddle Link attached
` after it.](https://jsfiddle.net/pL1s6jpz/77/) – deEr. May 15 '18 at 08:20