Skip to content

Commit 070f91b

Browse files
committed
client-370-fix-leasing-overflow: leasion height fix
1 parent f6bab3d commit 070f91b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/wallet/modules/leasing/less/leasing.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
w-transaction-list {
32-
height: calc(~'100% - ' @height-transaction-header);
32+
min-height: calc(~'100vh -' 130px);
3333

3434
.w-transaction-list ul {
3535
border-top-left-radius: 0;

0 commit comments

Comments
 (0)