Showing
1 changed file
with
2 additions
and
1 deletions
@@ -144,7 +144,8 @@ | @@ -144,7 +144,8 @@ | ||
144 | 144 | ||
145 | .installment-list { | 145 | .installment-list { |
146 | border-top: 1px solid #e0e0e0; | 146 | border-top: 1px solid #e0e0e0; |
147 | - overflow: scroll; | 147 | + overflow-y: scroll; |
148 | + min-height: 600px; | ||
148 | 149 | ||
149 | li { | 150 | li { |
150 | padding: 30px 0 30px 45px; | 151 | padding: 30px 0 30px 45px; |
-
Please register or login to post a comment