Skip to content

Commit ec36c9f

Browse files
committed
add scroll to top
1 parent 9cc293e commit ec36c9f

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)