[web] fix scroll bug in flow detail. (#2083)
This commit is contained in:
Clemens Brunner 2017-03-04 17:04:44 +01:00 committed by GitHub
commit e0644398b6

View File

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