From a504045ff4f31ea5744a121f05bd8dca874137ab Mon Sep 17 00:00:00 2001 From: adeelehsan Date: Tue, 26 Mar 2019 16:17:58 +0500 Subject: [PATCH] Proctoring exam always on top proctoring banner was interfering with course goal banner. Z-index added on proctoring banner to make sure its always on top learner-5581 --- lms/static/sass/course/layout/_courseware_preview.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/course/layout/_courseware_preview.scss b/lms/static/sass/course/layout/_courseware_preview.scss index b53628e14f..f72b6c8b16 100644 --- a/lms/static/sass/course/layout/_courseware_preview.scss +++ b/lms/static/sass/course/layout/_courseware_preview.scss @@ -63,6 +63,7 @@ $proctoring-banner-text-size: 14px; box-shadow: 0 3px 3px $shadow-d1; position: fixed; + z-index: 100; top: 0; width: 100%; }