summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJonas Olsson <jonas.124@gmail.com>2018-07-17 16:22:57 +0400
committerJonas Olsson <jonas.124@gmail.com>2018-07-17 16:22:57 +0400
commitb0f410f82ddc7e0dd02692c984610a4afe244cfb (patch)
tree0f29e00f1d7d97eab360fc3b712d4edaef32b0a8 /client
parentc0ddecb2eeea3277dcab5a750eac991b7b0945ea (diff)
downloadwekan-b0f410f82ddc7e0dd02692c984610a4afe244cfb.tar.gz
wekan-b0f410f82ddc7e0dd02692c984610a4afe244cfb.tar.bz2
wekan-b0f410f82ddc7e0dd02692c984610a4afe244cfb.zip
bug fix: #1780
Cards that are longer than the screen height can now scroll on the y-axis in order to be able to see the whole card.
Diffstat (limited to 'client')
-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