summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-18 01:10:31 +0300
committerGitHub <noreply@github.com>2018-07-18 01:10:31 +0300
commit758ec48e5c2c9f1995f7259ebb9d542d43ba8407 (patch)
tree422e0763acc8c1840eb59925585275e089473efb /client/components
parentf8d5c9165994dfd607bc9b1d9a50f51f52770b84 (diff)
parentb0f410f82ddc7e0dd02692c984610a4afe244cfb (diff)
downloadwekan-758ec48e5c2c9f1995f7259ebb9d542d43ba8407.tar.gz
wekan-758ec48e5c2c9f1995f7259ebb9d542d43ba8407.tar.bz2
wekan-758ec48e5c2c9f1995f7259ebb9d542d43ba8407.zip
Merge pull request #1782 from jnso/scroll-fix
bug fix: #1780 (adding scroll to long cards)
Diffstat (limited to 'client/components')
-rw-r--r--client/components/cards/cardDetails.styl3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl
index 11660593..42d27d11 100644
--- a/client/components/cards/cardDetails.styl
+++ b/client/components/cards/cardDetails.styl
@@ -5,7 +5,8 @@
flex-shrink: 0
flex-basis: 470px
will-change: flex-basis
- overflow: hidden
+ overflow-y: scroll
+ overflow-x: hidden
background: darken(white, 3%)
border-radius: bottom 3px
z-index: 20 !important