From 5602a6fe2199506fbc41eb07b49b9b0ee6d08dde Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 21 Nov 2017 17:07:18 +0800 Subject: [PATCH] box-shadow:0 0 10px 0 rgba(50,50,50,.1); --- css/libCss/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- libgit2 0.21.4