Net error: display controls beneath "report error" popup.

Fixes #6
Cette révision appartient à :
Anthony Lieuallen 2015-09-08 21:16:30 -04:00
Parent 5b2988e9f0
révision 6e0256c4e2
1 fichiers modifiés avec 8 ajouts et 0 suppressions

Voir le fichier

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