I am facing an issue on my website where I set the height of the body tag to 1460px. It works perfectly on Chrome and IE, but there are problems on Firefox.
See my code below:
body {
background-image: url('../images/background.jpg');
background-repeat: no-repeat;
background-size: 1024px 700px;
background-size: 506px 1379px;
height: 1460px;
}
#mainContainer {
background: #FFF;
height: 1250px;
width: 1192px;
margin: 105px 128px 125px;
z-index: 100000;
box-shadow: 5px 5px 40px 25px rgba(1, 12, 10, 0.2);
border: medium none;
padding-bottom: 25px;
}
Maincontainer is a div