Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -453,7 +453,9 @@ export struct MultiPictureDetailPageComponent { | @@ -453,7 +453,9 @@ export struct MultiPictureDetailPageComponent { | ||
| 453 | scrollBackward: NestedScrollMode.SELF_FIRST | 453 | scrollBackward: NestedScrollMode.SELF_FIRST |
| 454 | }) | 454 | }) |
| 455 | } | 455 | } |
| 456 | - .height('100%') | 456 | + .constraintSize({ |
| 457 | + minHeight: 78 | ||
| 458 | + }) | ||
| 457 | } | 459 | } |
| 458 | } | 460 | } |
| 459 | .height(230) | 461 | .height(230) |
-
Please register or login to post a comment