diff options
author | szaimen <szaimen@e.mail.de> | 2022-02-22 12:41:46 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-02-22 13:27:14 +0000 |
commit | 1116529b561108985c1155c23aa719aa784b79a2 (patch) | |
tree | c27c55f61e1a63cab2aa9cca82260c26608e5b6c /apps/settings | |
parent | a6bc871c96d071ef54d9fd3b547df606fa9d19ca (diff) | |
download | nextcloud-server-1116529b561108985c1155c23aa719aa784b79a2.tar.gz nextcloud-server-1116529b561108985c1155c23aa719aa784b79a2.zip |
fix all modals after vue 5.0
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/src/components/UserList.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings/src/components/UserList.vue b/apps/settings/src/components/UserList.vue index 0ea68fb40e6..ae06d9da62a 100644 --- a/apps/settings/src/components/UserList.vue +++ b/apps/settings/src/components/UserList.vue @@ -22,7 +22,7 @@ <template> <div id="app-content" class="user-list-grid" @scroll.passive="onScroll"> - <Modal v-if="showConfig.showNewUserForm" @close="closeModal"> + <Modal v-if="showConfig.showNewUserForm" size="small" @close="closeModal"> <form id="new-user" :disabled="loading.all" class="modal__content" @@ -598,7 +598,6 @@ export default { flex-direction: column; align-items: center; text-align: center; - overflow: auto; } .modal__item { margin-bottom: 16px; |