From 9f348122ec1f000e6482b98142874e838abbe7e9 Mon Sep 17 00:00:00 2001 From: Matthew Shao Date: Sat, 4 Mar 2017 21:14:46 +0800 Subject: [web] fix scroll bug in flow detail. (#2083) --- web/src/css/flowdetail.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web') diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less index b6a7102b..200ec46d 100644 --- a/web/src/css/flowdetail.less +++ b/web/src/css/flowdetail.less @@ -14,8 +14,7 @@ } section { - display: flex; - flex-direction: column; + overflow-y: scroll; >article{ overflow: auto; padding: 5px 12px 0; -- cgit v1.2.3