mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Removed limit when setting Swimlane max height.
Thanks to Meeques, mark-i-m and xet7 ! Fixes #4904
This commit is contained in:
parent
451f860b5d
commit
7f9aa75093
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow: 0;
|
||||
max-height: calc(100% - 26px);
|
||||
}
|
||||
.swimlane.placeholder {
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue