@momentum-design/components 0.120.0 → 0.120.2

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.
@@ -24,6 +24,7 @@ export class PopoverPortal extends Component {
24
24
  super.connectedCallback();
25
25
  // We don't want the portal to be focusable or visible for screen readers
26
26
  this.ariaHidden = 'true';
27
+ this.style.display = 'none';
27
28
  }
28
29
  /**
29
30
  * When the portal removed from the DOM, we remove the popover from the container as well.