Commit 13bc903
committed
fix: fill transaction table height so dropdowns aren't clipped (#280)
Simpler approach: instead of restructuring the table's scroll container,
let .table-container fill the available height (height:100% within the
transactions view; the NC layout chain provides the height context). A
full-height container has room for the column-config menu and the in-cell
editors to open even when the table has only one row. Reverts the earlier
.table-scroll wrapper / overflow-move / min-height attempts.1 parent e8f061e commit 13bc903
3 files changed
Lines changed: 7 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3544 | 3544 | | |
3545 | 3545 | | |
3546 | 3546 | | |
| 3547 | + | |
3547 | 3548 | | |
3548 | 3549 | | |
3549 | | - | |
3550 | | - | |
3551 | | - | |
3552 | | - | |
3553 | | - | |
3554 | | - | |
3555 | | - | |
3556 | | - | |
3557 | | - | |
3558 | | - | |
| 3550 | + | |
| 3551 | + | |
| 3552 | + | |
| 3553 | + | |
| 3554 | + | |
3559 | 3555 | | |
3560 | 3556 | | |
3561 | 3557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1659 | 1659 | | |
1660 | 1660 | | |
1661 | 1661 | | |
1662 | | - | |
1663 | 1662 | | |
1664 | 1663 | | |
1665 | 1664 | | |
| |||
1699 | 1698 | | |
1700 | 1699 | | |
1701 | 1700 | | |
1702 | | - | |
1703 | 1701 | | |
1704 | 1702 | | |
1705 | 1703 | | |
| |||
0 commit comments