Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 21bd784

Browse files
ENGCOM-6222: add scroll to top #25419
2 parents 90c5380 + 79e61ea commit 21bd784

File tree

1 file changed

+1
-0
lines changed
  • app/design/adminhtml/Magento/backend/web/js

1 file changed

+1
-0
lines changed

app/design/adminhtml/Magento/backend/web/js/theme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ define('globalNavigationScroll', [
9393

9494
} else { // static menu cases
9595
checkRemoveClass(menu, fixedClassName);
96+
menu.css('top', 'auto');
9697
}
9798

9899
// Save previous window scrollTop

0 commit comments

Comments
 (0)