We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dropdown is accessible. Clicking a group name will toggle the group.
The dropdown is not clickable. Other elements overlap the dropdown. The rows of other users have z-index: 0; which places it above the dropdown.
z-index: 0;
Removing this line fixes this issue:
server/apps/settings/css/settings.scss
Line 1515 in 29f610e
Nextcloud version: 18.0.1
Browser: Firefox 73, Chromium 80
Operating system: Ubuntu
The text was updated successfully, but these errors were encountered:
Duplicate of #19503.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps to reproduce
Expected behaviour
The dropdown is accessible. Clicking a group name will toggle the group.
Actual behaviour
The dropdown is not clickable. Other elements overlap the dropdown.
The rows of other users have
z-index: 0;
which places it above the dropdown.Possible fix
Removing this line fixes this issue:
server/apps/settings/css/settings.scss
Line 1515 in 29f610e
Line added in: 0428140
Server configuration
Nextcloud version: 18.0.1
Client configuration
Browser: Firefox 73, Chromium 80
Operating system: Ubuntu
The text was updated successfully, but these errors were encountered: