fix cards load if cards > 20 on swimlane

This commit is contained in:
Dmytro Novash 2024-05-24 17:15:52 +03:00
parent f50c2af914
commit 0d5380466a

View file

@ -11,7 +11,8 @@
background: #dedede; background: #dedede;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
overflow: 0; overflow: auto;
max-height: 100%;
} }
.swimlane-header-menu .swimlane-header-collapse-down { .swimlane-header-menu .swimlane-header-collapse-down {
font-size: 50%; font-size: 50%;