@festo-ui/angular 3.2.1-pre-20220720.2 → 3.2.1-pre-20220818.1

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.
@@ -607,7 +607,7 @@ class PopoverService {
607
607
  fn(PopoverTypes.Tooltip, positions);
608
608
  break;
609
609
  case PopoverTypes.Menu:
610
- positions = [PopoverPosition.Right, PopoverPosition.Left];
610
+ positions = [PopoverPosition.Right, PopoverPosition.Left, PopoverPosition.Bottom, PopoverPosition.Top];
611
611
  fn(PopoverTypes.Menu, positions);
612
612
  break;
613
613
  case PopoverTypes.Legend: