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
This commit is contained in:
adeelehsan
2019-03-26 16:17:58 +05:00
parent a5189ad769
commit a504045ff4

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