Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-p-pickering committed Jan 10, 2024
1 parent 506d629 commit 6c3f372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ValidationReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,9 +520,9 @@ function printValidationResults(validationResults) {
}

//Make the #validation result div scrollable
$("#validation-result").css("overflow", "visible");
$("#validation-result").css("overflow-y", "auto");
$("#validation-result").css("height", "90%");
$("#validation-result").css("overflow", "visible");
$("#validation-result").css("overflow-y", "auto");
$("#validation-result").css("height", "90%");

}

Expand Down

0 comments on commit 6c3f372

Please sign in to comment.