@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.
- package/bundles/leanix-components.umd.js +2 -2
- package/bundles/leanix-components.umd.js.map +1 -1
- package/esm2015/lib/modal-ui/components/modal/modal.component.js +2 -2
- package/esm2015/lib/modal-ui/components/modal/modal.component.js.map +1 -1
- package/fesm2015/leanix-components.js +2 -2
- package/fesm2015/leanix-components.js.map +1 -1
- package/package.json +1 -1
@@ -6246,7 +6246,7 @@
|
|
6246
6246
|
});
|
6247
6247
|
}
|
6248
6248
|
else if (this.size === 'dialog-large') {
|
6249
|
-
var positionStrategy = this.overlay.position().global().top('
|
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('
|
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',
|