Browse Source

sticky swimlane

progressify 4 years ago
parent
commit
4687a866f5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/components/swimlanes/swimlanes.styl

+ 2 - 0
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)