Merge pull request #20052 from edx/aehsan/leraner-5581/proctoring_exam_banner_on_top

Proctoring exam always on top
This commit is contained in:
adeelehsan
2019-03-28 17:58:53 +05:00
committed by GitHub

View File

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