From ed8471be9b79243b016a275e5b11a6912717fbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manelli?= Date: Tue, 6 Mar 2018 21:17:20 -0300 Subject: Fix scroll when dragging elements. Remove scrollbars from swimlanes. --- client/components/swimlanes/swimlanes.styl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'client/components/swimlanes/swimlanes.styl') diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index 13257953..2e1d7e90 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -4,13 +4,9 @@ // Even if this background color is the same as the body we can't leave it // transparent, because that won't work during a swimlane drag. background: darken(white, 13%) - border-bottom: 1px solid #CCC display: flex flex-direction: row - margin: 0 0 10px - padding: 0 40px 5px 0 - overflow-x: auto - overflow-y: hidden + overflow: 0; &.placeholder background-color: rgba(0, 0, 0, .2) @@ -32,6 +28,7 @@ flex-direction: row; flex: 0 0 50px; padding-bottom: 30px; + border-bottom: 1px solid #CCC .swimlane-header writing-mode: sideways-lr; -- cgit v1.2.3-1-g7c22