From b10af5fb3b50890651a5b5ca4b7b976ae75875aa Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 17 Jan 2014 21:36:25 -0500 Subject: [PATCH] corrected position of the suppression modal dialog box to prevent scrolling Former-commit-id: 4f35f30171332f3d111231c24aa087b9ccb51eb5 --- .../src/main/resources/templates/HtmlReport.vsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index 2de1561e2..156dd1ee4 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -125,7 +125,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. left: 50%; margin: -120px 0 0 -160px; padding: 10px; - position: absolute; + position: fixed; top: 50%; z-index: 1000; }