diff --git a/v1_5_0_C/myCoupon.css b/v1_5_0_C/myCoupon.css index 42d081f..e55ebcc 100644 --- a/v1_5_0_C/myCoupon.css +++ b/v1_5_0_C/myCoupon.css @@ -67,6 +67,7 @@ body, padding: 0.52rem 0.1rem 1rem; height: 100%; box-sizing: border-box; + overflow: auto; } .content-box { diff --git a/v1_5_0_C/myOrder.css b/v1_5_0_C/myOrder.css index 4ed170b..275592b 100644 --- a/v1_5_0_C/myOrder.css +++ b/v1_5_0_C/myOrder.css @@ -37,9 +37,10 @@ body, } .content { - padding-bottom: 0.5rem; + padding-bottom: 0.52rem; box-sizing: border-box; height: 100%; + overflow: auto; } .content-item {