문제

On my page, spec.itslimetime.net, there is a really odd silver border being applied directly below the nav menu only when the viewport is less than 500 px. It must be javascript related because it only appears (fades in) once you scroll down the page a little bit.

I have searched high and low using dev tools. Can anyone help me figure out where it is coming from?

Thanks.

도움이 되었습니까?

해결책

Its this:

.header-3-startup-antiflicker {
    border-bottom: 1px #bdc3c7 solid;
}

which is inserted right at the bottom of your page.

Edit: But Jonathan Lonowski is right, this isn't really what stackoverflow is for.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top