mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-02 04:18:38 -04:00
transaction register: Scroll on overflow of table, not whole pane
This commit is contained in:
@ -75,6 +75,11 @@ div.accounttree-root div {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.transactions-register {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
.transactions-column {
|
||||
|
Reference in New Issue
Block a user