diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index ca5611cca..b736a8b6e 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.