diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-18 01:10:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 01:10:31 +0300 |
commit | 758ec48e5c2c9f1995f7259ebb9d542d43ba8407 (patch) | |
tree | 422e0763acc8c1840eb59925585275e089473efb /client/components | |
parent | f8d5c9165994dfd607bc9b1d9a50f51f52770b84 (diff) | |
parent | b0f410f82ddc7e0dd02692c984610a4afe244cfb (diff) | |
download | wekan-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.styl | 3 |
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 |