2014-11-05 5 views
0

스크롤바를 auto로 설정했지만 웹 사이트의 내용은 미미하지만 여전히 표시됩니다. 나는 다만 볼 수 없다, 무엇이 잘못 된지 여기에서.스크롤바가 없을 때?

CSS 코드 :

html {height: 100%; overflow: auto; margin: 0;} 
body {background: url(random_img.php) no-repeat top left fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; margin: 0; height: 100%; font-size: 1rem; font-family: Cabin, Helvetica, Roboto, Arial, sans-serif;} 
#stage {margin: 2% auto 0 auto; padding: 0; min-height: 100%; width: 58.75rem;} 

예 웹 사이트 : ivanschneider.com

는 당신의 도움을 주셔서 감사합니다.

답변

0

HTML에서 높이 : 100 %를 제거하기 만하면됩니다.

관련 문제