From af850c5789fa5f6e4172e0373ec5901add73bd12 Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 10 Apr 2019 15:47:05 -0400 Subject: [PATCH] modal z-index should be higher than US govt banner --- styles/components/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index dd68fd64..b2c31798 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -8,7 +8,7 @@ body { .modal { position: fixed; - z-index: 3; + z-index: 6; left: 0; right: 0; top: 0;