Commit 0300bb23347fcdbcc60b23bb2f8a64cba4d0f56d

Authored by liuqimichale
1 parent e0d1dedb

box-shadow:0 0 10px 0 rgba(50,50,50,.1);

Showing 1 changed file with 4 additions and 4 deletions
css/libCss/common.css
... ... @@ -108,10 +108,10 @@ section{
108 108  
109 109 overflow-x: auto;
110 110 overflow-y: auto;
111   - height: 100%;
112   - /*height: calc(100% - 80px);*/
113   - /*height: -webkit-calc(100% - 80px);*/
114   - /*height: -moz-calc(100% - 80px);*/
  111 + /*height: 100%;*/
  112 + height: calc(100% - 10px);
  113 + height: -webkit-calc(100% - 10px);
  114 + height: -moz-calc(100% - 10px);
115 115 width:calc(100% - 200px);
116 116 width:-webkit-calc(100% - 200px);
117 117 width:-moz-calc(100% - 200px);
... ...