[improvement] Dialog: add message max-height (#921)

This commit is contained in:
neverland 2018-11-18 11:13:31 +08:00 committed by GitHub
parent f2527d75de
commit 55db92e1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,9 @@
padding: 25px;
font-size: 14px;
line-height: 1.5;
max-height: 60vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
&--has-title {
padding-top: 12px;