mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update style on Kanban column to allow vert scroll
Update the Kanban Column to allow for vertical scroll with the screen. This makes it easier for your to scroll horizontally when you have a very big list. It's a quick workaround that fixes user experience for users with small screens and big lists.
This commit is contained in:
parent
7cbda60f46
commit
2e1a49a0cf
@ -30,6 +30,8 @@
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
max-height:70vh;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kanban-column-last {
|
.kanban-column-last {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user