Răsfoiți Sursa

Merge branch 'progressify-master'

Lauri Ojansivu 4 ani în urmă
părinte
comite
cf7efccde5
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      client/components/swimlanes/swimlanes.styl

+ 4 - 0
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.