add max-height to transfer-panel (#9362)

pull/7446/merge
baiyaaaaa 2018-01-19 16:43:02 +08:00 committed by GitHub
parent 275d6d24da
commit c3b0d8ee9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
display: inline-block;
vertical-align: middle;
width: $--transfer-panel-width;
max-height: 100%;
box-sizing: border-box;
position: relative;