Skip to content

Commit 2c71ba3

Browse files
authored
fix: Auto scroll for courses list (#338)
- Changed overflow of the scroll
1 parent 8958433 commit 2c71ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/static/my.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ code .grader-add .fa {
795795
}
796796

797797
#courses-list {
798-
overflow-y: scroll;
798+
overflow-y: auto;
799799
max-height: 10em;
800800
}
801801

0 commit comments

Comments
 (0)