I have a small issue with Bootstrap. Sometime, my page background is half white/ half gray, but it should be all white.
As you can see, there is some gray background in my application, somebody know how to get rid of it. I'm knew to CSS, so if you need any information about my problem, ask me! Thank you!
EDIT This is the code for my body:
body {
background-color: #eee;
padding-bottom: 35px;
}
I am using a default page-wrapper for the content of every element. He is not defined anywhere.
SOLVED: Thanks to @KieranMcClung, it was solved. You can see in the comment if you want, but basically, I put in my page-wrapper something like:
<div id="page-wrapper" style="height: auto; min-height: 100vh">