diff --git a/css/libCss/common.css b/css/libCss/common.css index 55e6172..c8f34ee 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -108,9 +108,9 @@ section{ overflow-x: auto; overflow-y: auto; - height: calc(100% - 80px); - height: -webkit-calc(100% - 80px); - height: -moz-calc(100% - 80px); + /*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);