From 950053113b1c6c33828a335b68b56839379f8308 Mon Sep 17 00:00:00 2001 From: didiyu <1293722656@qq.com> Date: 星期五, 14 十二月 2018 17:34:39 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://didiyu@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/mobil/app/css/common.css | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/app/css/common.css b/gx_tieta/WebRoot/mobil/app/css/common.css index 4a4021b..efa2efb 100644 --- a/gx_tieta/WebRoot/mobil/app/css/common.css +++ b/gx_tieta/WebRoot/mobil/app/css/common.css @@ -8,7 +8,7 @@ overflow: hidden; } .overflowY { - overflow-y: auto; + overflow-y: auto !important; } .overflowX { overflow-x: auto; @@ -34,6 +34,9 @@ .abs.abs-top40 { top: 40px; } +.abs.abs-top41 { + top: 41px; +} .abs.abs-top80 { top: 80px; } -- Gitblit v1.9.1