From 354d6ec635afb143cb1c954659ff2efe856b15f8 Mon Sep 17 00:00:00 2001 From: Albirew Date: Mon, 14 Mar 2016 17:40:01 +0100 Subject: [PATCH] Net error: display controls beneath "report error" popup merged https://github.com/arantius/resurrect-pages/commit/6e0256c4e20fd9bf6708c14a96746f1b603cc924 --- skin/netError.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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