Skip to content

Commit b8f1532

Browse files
author
Phil Filippak
authored
Merge pull request #425 from wavesplatform/client-370-fix-leasing-overflow
Client 370 fix leasing overflow
2 parents 09d35e5 + b93b0d2 commit b8f1532

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)