mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
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.