@ -51,12 +51,12 @@ select {
#innerPageTabContents {
#main-tab-content {
height : calc( 100% - 2.2rem );
padding-bottom: 0px;
}
#innerPageTabContents > div {
#main-tab-content > div {
height : 100%;
@ -32,7 +32,7 @@ function fnMenualDownload(){
//현재 활성화된 최상위 탭 영역을 반환한다.
function getActiveRootTabArea(){
return $("#innerPageTabContents").children(".active")[0];
return $("#main-tab-content").children(".active")[0];
//마지막으로 열린 다이얼로그 영역을 반환한다.