From a2d298f493b0eddda47cdf53ac72230cf9fd324a Mon Sep 17 00:00:00 2001 From: progressify Date: Thu, 26 Nov 2020 18:25:33 +0100 Subject: [PATCH] sticky swimlane again :) --- client/components/swimlanes/swimlanes.styl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index 7d10b2b9e..91d954797 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -36,6 +36,10 @@ // Minimize swimlanes end https://www.w3schools.com/howto/howto_js_accordion.asp */ +[class=swimlane] + position: sticky + left: 0; + .swimlane // 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. @@ -44,8 +48,6 @@ flex-direction: row overflow: 0; max-height: calc(100% - 26px) - position: sticky - left: 0; &.placeholder background-color: rgba(0, 0, 0, .2)