Skip to content

Commit

Permalink
fix: content positioning in fullscreen modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Nowak committed Feb 29, 2024
1 parent e30efda commit 0613956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@
/>
</svg>
</button>
<div
#content
class="-translate-x-1/2 -translate-y-1/2 left-1/2 top-1/2"
(click)="$event.stopPropagation()"
></div>
<div #content (click)="$event.stopPropagation()"></div>
</div>
3 changes: 0 additions & 3 deletions src/app/shared/components/layout/layout.component.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import {Component} from '@angular/core';

import {environment} from '@env';
import {BaseComponent} from '@shared/components/base/base.component';
import {PlausibleEvent} from '@shared/enum/plausible.event.enum';
import {AnalyticsService} from '@core/services/analytics.service';
import {Observable} from 'rxjs';

@Component({
Expand Down

0 comments on commit 0613956

Please sign in to comment.