I have been attempting to resolve this issue by using multiple methods, but none of them have successfully fixed it.
overflow-x: hidden;
min-height: 100%;
margin: 0px;
https://i.sstatic.net/2ctwo.jpg
Code:
body:
background-color: White;
margin: 0px;
padding: 0px;
box-sizing: border-box;
overflow-x: hidden;
Code:
position: relative;
display: flex;
background-color: #191414;
bottom: 190px;
height: 170px !important;
width: 1178px;
max-width: 100%;
justify-content: left;
align-items: left;
border: 5px solid blue;