aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/assets/stylesheets/scss/enrolment.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/assets/stylesheets/scss/enrolment.scss b/resources/assets/stylesheets/scss/enrolment.scss
index 9a3c1bd..a98ce46 100644
--- a/resources/assets/stylesheets/scss/enrolment.scss
+++ b/resources/assets/stylesheets/scss/enrolment.scss
@@ -85,6 +85,7 @@
// Show available and selected courses next to each others
.priority-lists {
+ align-items: flex-start;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
@@ -101,6 +102,8 @@
.selected {
margin-left: 0.5em;
+ position: sticky;
+ top: 0;
}
}
}