From e65a68ce78e9870d14258e4a6137317947bf9b7f 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: e7b5194a406d15b3871ad480da7a1b9d894e3868 --- .../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; }