From 57d408feaebf46ada0c86ea1923ed0dc039c3dc7 Mon Sep 17 00:00:00 2001 From: Kyle Boots Date: Mon, 6 Apr 2015 14:28:27 -0400 Subject: [PATCH] Fix modal close button --- lms/static/sass/shared/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index 1b6c50eab3..73009eeb15 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -282,7 +282,7 @@ position: absolute; right: 2px; top: 0px; - z-index: 3; + z-index: 100; color: $lighter-base-font-color; font: normal 1.2rem/1.2rem $sans-serif; text-align: center;