From b0f410f82ddc7e0dd02692c984610a4afe244cfb Mon Sep 17 00:00:00 2001 From: Jonas Olsson Date: Tue, 17 Jul 2018 16:22:57 +0400 Subject: 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. --- client/components/cards/cardDetails.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client') 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 -- cgit v1.2.3-1-g7c22