summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-02-22 12:41:46 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-02-22 13:27:14 +0000
commit1116529b561108985c1155c23aa719aa784b79a2 (patch)
treec27c55f61e1a63cab2aa9cca82260c26608e5b6c /apps/settings
parenta6bc871c96d071ef54d9fd3b547df606fa9d19ca (diff)
downloadnextcloud-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.vue3
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;