1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

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

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

@ -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;