Skip to content

[EE] Create position-sticky scss mixin

Paul Slaughter requested to merge 58924-mixin-for-position-sticky-ee into master

What does this MR do?

To support Safari, position: sticky needs to be used with position: -webkit-sticky;. This MR adds a mixin to encapsulate this coupling.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Paul Slaughter

Merge request reports