The z-index property works only on positioned elements. Those include position: relative, position: absolute, position: fixed, and position: sticky elements.
Try to give your div #middle a position: relative.
The z-index property works only on positioned elements. Those include position: relative, position: absolute, position: fixed, and position: sticky elements.
Try to give your div #middle a position: relative.