diff --git a/src/pages/main/home.vue b/src/pages/main/home.vue index 806791f..de2fed7 100644 --- a/src/pages/main/home.vue +++ b/src/pages/main/home.vue @@ -1455,6 +1455,8 @@ function toPay() { .nut-popup--bottom { box-shadow: 0px 1px 7px 0px rgb(20, 20, 20); border-radius: 0px; + max-height: 80vh; + overflow-y: auto; } .nut-popup--center.round {