diff --git a/css/libCss/common.css b/css/libCss/common.css index 1584785..b01758c 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -108,9 +108,10 @@ section{ overflow-x: auto; overflow-y: auto; - height: calc(100% - 80px); - height: -webkit-calc(100% - 80px); - height: -moz-calc(100% - 80px); + height: 100%; + /*height: calc(100% - 80px);*/ + /*height: -webkit-calc(100% - 80px);*/ + /*height: -moz-calc(100% - 80px);*/ width:calc(100% - 200px); width:-webkit-calc(100% - 200px); width:-moz-calc(100% - 200px);