mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#3307 Fixed With Filter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
div {
|
||||
@apply z-fixed mx-auto;
|
||||
width: 100vw;
|
||||
height: calc(100vh - 8.375rem);
|
||||
width: 884px;
|
||||
background-color: var(--bg-color);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user