Skip to content

Commit

Permalink
[SDPA-4913] Fix SiteHeader Menu Scroll Issue (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Gondhkar <[email protected]>
  • Loading branch information
mayurngondhkar and Mayur Gondhkar authored Jun 2, 2021
1 parent af096cf commit a74ac38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/Organisms/SiteHeader/menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ export default {
return menuItemOpen
},
menuLinkClick: function (index) {
if (this.isVerticalLayout) {
this.menuEl = document.querySelector('.rpl-menu__inner')
this.menuEl.scrollIntoView()
}
this.closeAllItems()
this.menuItemOpen[index] = true
if (this.isRoot) {
Expand Down

0 comments on commit a74ac38

Please sign in to comment.