@paperless/angular 2.22.0-alpha.38 → 2.22.0-alpha.39

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.
@@ -743,6 +743,7 @@ class OverlayService {
743
743
  .centerVertically();
744
744
  const overlayConfig = new OverlayConfig({
745
745
  hasBackdrop: false,
746
+ usePopover: false,
746
747
  scrollStrategy: this.overlay.scrollStrategies.block(),
747
748
  positionStrategy,
748
749
  });