mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #3966 from bugzbrown/patch-1
Update Kanban column to allow vertical scroll
This commit is contained in:
commit
266abc8dd1
@ -30,6 +30,8 @@
|
||||
vertical-align: top;
|
||||
white-space: normal;
|
||||
cursor: pointer;
|
||||
max-height:70vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.kanban-column-last {
|
||||
|
Loading…
x
Reference in New Issue
Block a user