[web] fix scroll bug in flow detail. (#2083)

This commit is contained in:
Matthew Shao 2017-03-04 21:14:46 +08:00
parent 1bafe73a94
commit 9f348122ec

View File

@ -14,8 +14,7 @@
}
section {
display: flex;
flex-direction: column;
overflow-y: scroll;
>article{
overflow: auto;
padding: 5px 12px 0;