From 14aa85562cb83559d20105b4ddb4bf8b2340578a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 29 Jan 2020 16:00:28 +0100 Subject: Cleanup some client FIXME --- client/src/app/shared/menu/top-menu-dropdown.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/src/app/shared/menu') diff --git a/client/src/app/shared/menu/top-menu-dropdown.component.ts b/client/src/app/shared/menu/top-menu-dropdown.component.ts index 5ccdafb54..24a083654 100644 --- a/client/src/app/shared/menu/top-menu-dropdown.component.ts +++ b/client/src/app/shared/menu/top-menu-dropdown.component.ts @@ -49,8 +49,7 @@ export class TopMenuDropdownComponent implements OnInit, OnDestroy { e => e.children && e.children.some(c => !!c.iconName) ) - // FIXME: We have to set body for the container to avoid because of scroll overflow on mobile view - // But this break our hovering system + // We have to set body for the container to avoid scroll overflow on mobile view if (this.screen.isInMobileView()) { this.container = 'body' } -- cgit v1.2.3