diff --git a/skin/netError.css b/skin/netError.css index 9df51db..0cb1793 100644 --- a/skin/netError.css +++ b/skin/netError.css @@ -32,3 +32,11 @@ body.resurrect fieldset#resurrect legend img { body.resurrect fieldset#resurrect button { width: 14em; } + +/* Issue #6: Display below this popup. */ +body.resurrect fieldset#resurrect { + z-index: 1; +} +body.resurrect #certificateErrorReportingPanel { + z-index: 2; +} \ No newline at end of file