From 15697a0458796f0c12619a0967512afba526611f Mon Sep 17 00:00:00 2001 From: Thomas Hackl Date: Thu, 5 Mar 2026 13:18:45 +0100 Subject: =?UTF-8?q?Resolve=20"Drag=20&=20Drop=20der=20Priorit=C3=A4ten=20f?= =?UTF-8?q?unktioniert=20nicht=20mehr=20nach=20Scrollen"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #6321 Merge request studip/studip!4793 (cherry picked from commit ef89c567131c55840192820ed7510497d970f36d) b81402a7 make right colum sticky so that it is always present as drop target Co-authored-by: Thomas Hackl --- resources/assets/stylesheets/scss/enrolment.scss | 3 +++ 1 file changed, 3 insertions(+) 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; } } } -- cgit v1.0