I'm creating a modal.
Here is the fiddle:
I'm fixing a header to my modal using:
position: fixed;
I have two problems.
The header of the model needs to be fixed when the user scrolls down the model. But for some reason it's overflowing it's parent. Why?
Underneath the header is 'How can I stop this from being hidden under header?' this is hidden under the fixed header, how can I push the contents down?