corrected position of the suppression modal dialog box to prevent scrolling

Former-commit-id: 4f35f30171332f3d111231c24aa087b9ccb51eb5
This commit is contained in:
Jeremy Long
2014-01-17 21:36:25 -05:00
parent 09f6f4bc66
commit b10af5fb3b

View File

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