@leanix/components 0.2.214 → 0.2.215

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.
@@ -6246,7 +6246,7 @@
6246
6246
  });
6247
6247
  }
6248
6248
  else if (this.size === 'dialog-large') {
6249
- var positionStrategy = this.overlay.position().global().top('44px').centerHorizontally();
6249
+ var positionStrategy = this.overlay.position().global().top('4vh').centerHorizontally();
6250
6250
  this.overlayRef = this.overlay.create({
6251
6251
  panelClass: this.size,
6252
6252
  positionStrategy: positionStrategy,
@@ -6257,7 +6257,7 @@
6257
6257
  }
6258
6258
  else {
6259
6259
  // size 'dialog'
6260
- var positionStrategy = this.overlay.position().global().top('88px').centerHorizontally();
6260
+ var positionStrategy = this.overlay.position().global().top('8vh').centerHorizontally();
6261
6261
  this.overlayRef = this.overlay.create({
6262
6262
  panelClass: this.size,
6263
6263
  minWidth: '600px',