diff --git a/client/src/app/shared/menu/top-menu-dropdown.component.html b/client/src/app/shared/menu/top-menu-dropdown.component.html index 54a8f9e80..35511ee62 100644 --- a/client/src/app/shared/menu/top-menu-dropdown.component.html +++ b/client/src/app/shared/menu/top-menu-dropdown.component.html @@ -3,7 +3,7 @@ {{ menuEntry.label }} -
+
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 + if (this.screen.isInMobileView()) { + this.container = 'body' + } } ngOnDestroy () {