Cleanup some client FIXME
[oweals/peertube.git] / client / src / app / shared / menu / top-menu-dropdown.component.ts
index 5ccdafb5480b772fc240ee8322ac4f8356c8f34d..24a083654ee5dcaecdc105f3f88a6f36a3604571 100644 (file)
@@ -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'
     }