Skip to content

Commit 2892efa

Browse files
committed
fix: Auto scroll for courses list
- Changed overflow of the scroll
1 parent cf9039f commit 2892efa

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)