@gravitee/ui-particles-angular 7.60.3 → 7.60.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6420,6 +6420,7 @@ class GioSubmenuComponent {
6420
6420
  this.reduced = true;
6421
6421
  this.loaded = true;
6422
6422
  this.gioSubmenu.nativeElement.style.height = 'auto';
6423
+ this.gioSubmenu.nativeElement.style.maxHeight = `0vh`;
6423
6424
  }),
6424
6425
  // On hover root menu item, open the submenu with top position
6425
6426
  switchMap(() => this.gioMenuService.overlayObservable), tap(overlayOptions => {