Closed
Description
The loading-bar itself seemed to be stuck on the body no matter what I did. I spent probably an hour or more trying to troubleshoot why...
I finally figured out if i just set this:
#loading-bar .bar {
position: relative;
}
Then the loading bar finally go where I tell it to. You should probably add this in as a conditional inline css.