mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 01:29:43 +01:00
corrected position of the suppression modal dialog box to prevent scrolling
Former-commit-id: e7b5194a406d15b3871ad480da7a1b9d894e3868
This commit is contained in:
@@ -125,7 +125,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
margin: -120px 0 0 -160px;
|
margin: -120px 0 0 -160px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user