From d920e69d55aaa71b10ab5bf282c9874d105b3eae Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 21 Nov 2017 17:08:55 +0800 Subject: [PATCH] box-shadow:0 0 10px 0 rgba(50,50,50,.1); --- css/libCss/common.css | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/css/libCss/common.css b/css/libCss/common.css index c8f34ee..a7deda8 100644 --- a/css/libCss/common.css +++ b/css/libCss/common.css @@ -108,6 +108,7 @@ section{ overflow-x: auto; overflow-y: auto; + height: 100%; /*height: calc(100% - 80px);*/ /*height: -webkit-calc(100% - 80px);*/ /*height: -moz-calc(100% - 80px);*/ -- libgit2 0.21.4