mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
fix cards load if cards > 20 on swimlane
This commit is contained in:
parent
f50c2af914
commit
0d5380466a
1 changed files with 2 additions and 1 deletions
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue