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

This commit is contained in:
neverland 2018-11-18 10:27:22 +08:00 committed by GitHub
parent 0dbf1c5ee2
commit 8db25006d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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