mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[improvement] Dialog: add message max-height (#2104)
This commit is contained in:
parent
0dbf1c5ee2
commit
8db25006d7
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user