I added Bootstrap modals to my website, but I've noticed that the space between the modal and the top of the screen is greater than the space between the modal and the bottom of the screen.
I've added style="margin-top:0;padding-top:0"
to each of the div
tags but it had no effect.
The intention is to decrease the gap between the modal and the top of the screen.