Skip to content

Commit b37f855

Browse files
authored
fix: Enable a11yScrollToTopPositioning feature flag (#20070)
1 parent fa9451c commit b37f855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/storefrontapp/src/app/spartacus/spartacus-features.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ if (environment.cpq) {
439439
a11yHamburgerMenuTrapFocus: true,
440440
useExtendedMediaComponentConfiguration: true,
441441
showRealTimeStockInPDP: false,
442-
a11yScrollToTopPositioning: false,
442+
a11yScrollToTopPositioning: true,
443443
a11yWrapReviewOrderInSection: true,
444444
enableCarouselCategoryProducts: true,
445445
enableSecurePasswordValidation: true,

0 commit comments

Comments
 (0)