Skip to content

Commit

Permalink
fix(website-frontend): visual bug when scrolling in report (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
xandervedder authored Dec 3, 2023
1 parent 550245d commit 0bf5fbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<stryker-loading class="row" [ngStyle]="{'background': backgroundColor}" [showContent]="doneLoading">
<stryker-loading class="d-flex justify-content-center" [ngStyle]="{'background': backgroundColor}" [showContent]="doneLoading">
<div class="col-md-12" *ngIf="id">
<mutation-test-report-app (theme-changed)="themeChanged($event)" *ngIf="mutationTestResult" [report]="mutationTestResult" [titlePostfix]="reportTitle" [sse]="sse">
</mutation-test-report-app>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
:host {
--top-offset: 60px;
stryker-loading {
min-height: calc(100vh - 60px);
}

}

0 comments on commit 0bf5fbc

Please sign in to comment.