-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(website-frontend): visual bug when scrolling in report (#412)
- Loading branch information
1 parent
550245d
commit 0bf5fbc
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/website-frontend/src/app/report/report-page/report-page.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
packages/website-frontend/src/app/report/report-page/report-page.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} | ||
|
||
} |