mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
corrected position of the suppression modal dialog box to prevent scrolling
Former-commit-id: 4f35f30171332f3d111231c24aa087b9ccb51eb5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user