Skip to content

Prevent board epic lane header from moving before sticky

What does this MR do and why?

Adjust the left property so that the sticky header on a board epic lane doesn't move slightly to the left before sticking when the user scrolls the board content leftward.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
20240502-board-sticky-header-before 20240502-board-sticky-header-after

How to set up and validate locally

  1. Check out this MR locally
  2. Visit a board
  3. turn on grouping by epic
  4. scroll horizontally in the board (make sure there are enough columns/your viewport is narrow enough that you can scroll left to right)

You will see that the sticky epic lane headers do not move slightly to the left before sticking in place, they stay in one spot.

Merge request reports