mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
112ccd00a3
When scrolling, the position calculation of the multiselect dropdown was wrong. Adding "position: relative" to the list container makes the button calculation relative to it instead of the whole page. In this case the dropdown is properly aligned with the field regardless of scrolling.