mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
make the max height of the swimlane not too big
We should take a full screen minus the header height
This commit is contained in:
parent
7cc185ac57
commit
ae82f43078
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
overflow: 0;
|
overflow: 0;
|
||||||
max-height: 100%
|
max-height: calc(100% - 26px)
|
||||||
|
|
||||||
&.placeholder
|
&.placeholder
|
||||||
background-color: rgba(0, 0, 0, .2)
|
background-color: rgba(0, 0, 0, .2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue