도와주세요 ㅠㅠ높이,..
본문
http://www.xn--2j1bkiq5uetf78f55b4u3b.com/bbs/board.php?bo_table=bbs06_03&wr_id=26
들어가보시면 아래로 스크롤이 안내려가서 못보는데 어디서 어떻게 처리해야할까요 ?ㅠㅠ
에디터 들어가서 경로 찾아서 하면될까요 ?ㅠㅠ
아님 그누보드 관리자페이지에서 게시판설정에서 설정할수잇을까요 ?
답변 2
아래 파일에서
/css/default.css 39 행
#wrap3 {
position: relative; // 지움
....
...
55행 에서
position: absolute; -> position: fixed;
#container.sub {
position: fixed;
width: 1500px;
left: 0;
overflow: scroll;
}
<div id="wrap3">
의 height 가 930px 로 되어 있습니다.
height 의 수치를 강제로 늘리거나
position: relative 속성 자체를 빼면 될것 같습니다.
css/default.css 에 있는 부분이네요.
답변을 작성하시기 전에 로그인 해주세요.