summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2018-03-06 22:00:13 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2018-03-06 22:00:13 -0300
commitac7d44f8a8d809cd94ed5ef3640473f34c72403b (patch)
treebeb4b12defd46b5576a304a471c0e225060a1fcd
parented8471be9b79243b016a275e5b11a6912717fbb9 (diff)
downloadwekan-ac7d44f8a8d809cd94ed5ef3640473f34c72403b.tar.gz
wekan-ac7d44f8a8d809cd94ed5ef3640473f34c72403b.tar.bz2
wekan-ac7d44f8a8d809cd94ed5ef3640473f34c72403b.zip
Partial fix for scroll bar inside cardDetails
-rw-r--r--client/components/cards/cardDetails.styl1
-rw-r--r--client/components/swimlanes/swimlanes.styl1
2 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl
index f209862c..c67522d1 100644
--- a/client/components/cards/cardDetails.styl
+++ b/client/components/cards/cardDetails.styl
@@ -2,7 +2,6 @@
.card-details
padding: 0 20px
- height: 100%
flex-shrink: 0
flex-basis: 470px
will-change: flex-basis
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl
index 2e1d7e90..99edd414 100644
--- a/client/components/swimlanes/swimlanes.styl
+++ b/client/components/swimlanes/swimlanes.styl
@@ -7,6 +7,7 @@
display: flex
flex-direction: row
overflow: 0;
+ max-height: 100%
&.placeholder
background-color: rgba(0, 0, 0, .2)