#3307 Fixed With Filter

This commit is contained in:
Lorenz Hilpert
2022-09-30 11:19:17 +02:00
parent eb8b54dc63
commit 4ab3a3b3cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
div {
@apply z-fixed mx-auto;
width: 100vw;
height: calc(100vh - 8.375rem);
width: 884px;
background-color: var(--bg-color);
}

View File

@@ -58,7 +58,7 @@ export class ShellFilterOverlayComponent implements OnInit, OnDestroy {
createOverlay() {
this.overlayRef = this._overlay.create({
positionStrategy: this._overlayPositionBuilder.global().bottom('0px').right('0px').left('0px').top('8.375rem'),
positionStrategy: this._overlayPositionBuilder.global().centerHorizontally().bottom('0px').top('8.375rem'),
hasBackdrop: true,
});