Do not overlay single select boxes over userActions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/19533/head
Julius Härtl 6 years ago
parent fd2cfce417
commit 0ed43de561
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 3
      apps/settings/src/components/UserList/UserRow.vue

@ -687,4 +687,7 @@ export default {
.row--menu-opened {
z-index: 1 !important;
}
.row::v-deep .multiselect__single {
z-index: auto !important;
}
</style>

Loading…
Cancel
Save