corrected position of the suppression modal dialog box to prevent scrolling

Former-commit-id: e7b5194a406d15b3871ad480da7a1b9d894e3868
This commit is contained in:
Jeremy Long
2014-01-17 21:36:25 -05:00
parent 990f6d3730
commit e65a68ce78

View File

@@ -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;
}