diff --git a/src/app/app.main.component.ts b/src/app/app.main.component.ts index 31359eb..024abef 100644 --- a/src/app/app.main.component.ts +++ b/src/app/app.main.component.ts @@ -69,6 +69,9 @@ export class AppMainComponent implements AfterViewInit, OnDestroy, OnInit { if (!this.menuClick && this.isOverlay()) { this.menuInactiveDesktop = true; } + if (!this.menuClick){ + this.overlayMenuActive = false; + } } if (this.configActive && !this.configClick) {