diff --git a/src/app/app.component.html b/src/app/app.component.html index 195ce46..507266d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -8,6 +8,8 @@ fxLayoutGap="20px" fxLayoutAlign="center end" [ngClass]="{'scrolling': isScrolling}" + (mouseover)="keepMenuOpen()" + (mouseout)="isScrolling = false" >