Skip to content

POC: Use position sticky on merge request tabs

Phil Hughes requested to merge mr-tabs-sticky-poc into master

What does this MR do?

Proof of concept to use position: sticky for the merge request tabs. This removes the need for using Bootstraps affix plugin on browser that support position: sticky`. These browsers should see a slight increase in performance due to 1 less scroll event on the page.

Merge request reports