From ee8ec95aaa9da43cf9e2559de65289635f120e0b Mon Sep 17 00:00:00 2001
From: Connor Hudson <cohu3291@colorado.edu>
Date: Mon, 23 Jul 2018 11:04:13 -0400
Subject: [PATCH] Set a z-index on the help item in the extension modal header

---
 src/components/modal/modal.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/modal/modal.css b/src/components/modal/modal.css
index 8bf2b6cb8..3b318f40d 100644
--- a/src/components/modal/modal.css
+++ b/src/components/modal/modal.css
@@ -126,6 +126,7 @@ $sides: 20rem;
 .header-item-help {
     padding: 0;
     margin-right: -4.75rem;
+    z-index: 1;
 }
 
 .help-button {
-- 
GitLab