Revised the account options in the report toolbar to be scrollable.

This commit is contained in:
2023-04-18 08:03:06 +08:00
parent b6ae946f32
commit b8cec8a2af
2 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,10 @@
.accounting-toolbar {
display: flex;
}
.accounting-toolbar-accounts {
max-height: 20rem;
overflow-y: scroll;
}
.accounting-toolbar .input-group > .input-group-text {
padding: 0;
background-color: transparent;