diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2026-03-05 13:17:59 +0100 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2026-03-05 13:17:59 +0100 |
| commit | ef89c567131c55840192820ed7510497d970f36d (patch) | |
| tree | 4aaee58ac50516e849d0ab0ff6fa673c70ff9511 /resources | |
| parent | 6c9827e00b321b5a370aa5f3ba9cd34f7838a925 (diff) | |
Resolve "Drag & Drop der Prioritäten funktioniert nicht mehr nach Scrollen"issue-6320
Closes #6321
Merge request studip/studip!4793
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/enrolment.scss | 3 |
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; } } } |
