From 4687a866f56f31bdc5e610c772d506e9bc14faa1 Mon Sep 17 00:00:00 2001 From: progressify Date: Wed, 25 Nov 2020 22:54:17 +0100 Subject: [PATCH] sticky swimlane --- client/components/swimlanes/swimlanes.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index ca5611cca..7d10b2b9e 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -44,6 +44,8 @@ flex-direction: row overflow: 0; max-height: calc(100% - 26px) + position: sticky + left: 0; &.placeholder background-color: rgba(0, 0, 0, .2)