Skip to content

Commit b307741

Browse files
committed
fix: Remove horizontal scroll on instructor page in RTL version
1 parent ef49090 commit b307741

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lms/static/sass/course/instructor/_instructor_2.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,13 +711,12 @@
711711
display: block;
712712
position: absolute;
713713
top: ($baseline/2);
714-
715-
@include left(-9999em);
716-
714+
left: -9999em;
717715
padding: ($baseline/2);
718716
width: 50%;
719717
background-color: $light-gray3;
720718
box-shadow: 2px 2px 3px $shadow;
719+
z-index: 1;
721720

722721
.hint-caret {
723722
display: block;

0 commit comments

Comments
 (0)