단축키 오류 수정

main
이범준 6 months ago
parent 7dc4463d4f
commit 40f8d938fa

@ -51,12 +51,12 @@ select {
#innerPageTabContents { #main-tab-content {
height : calc( 100% - 2.2rem ); height : calc( 100% - 2.2rem );
padding-bottom: 0px; padding-bottom: 0px;
} }
#innerPageTabContents > div { #main-tab-content > div {
height : 100%; height : 100%;
} }

@ -32,7 +32,7 @@ function fnMenualDownload(){
//현재 활성화된 최상위 탭 영역을 반환한다. //현재 활성화된 최상위 탭 영역을 반환한다.
function getActiveRootTabArea(){ function getActiveRootTabArea(){
return $("#innerPageTabContents").children(".active")[0]; return $("#main-tab-content").children(".active")[0];
} }
//마지막으로 열린 다이얼로그 영역을 반환한다. //마지막으로 열린 다이얼로그 영역을 반환한다.

Loading…
Cancel
Save