]> source.dussan.org Git - nextcloud-server.git/commit
Fix users list dropdown position after scroll
authorVincent Petry <pvince81@owncloud.com>
Thu, 7 Jan 2016 14:25:04 +0000 (15:25 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 7 Jan 2016 14:25:04 +0000 (15:25 +0100)
commit112ccd00a3ecb6e7c34857bef78f22eb40b0068d
tree676c5de89f1207eb191920fb2bca35055a2fb80f
parent601457d2217ec1ed18b49061e38d4cda3703c9f6
Fix users list dropdown position after scroll

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.
settings/css/settings.css