I’m playing around with building a modal and for some reason I can’t figure out why I can’t get the header and footer to fall below the modal background.
I have the modal z-index set to 9999 and the bars of the footer set to 1, yet the footer still appears on top of the modal.
The only way I can get the footer to behave properly is by setting footer:0. Even footer:1 does not work. I’m sure i’m missing something simple but can’t seem to figure it out.