Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-02-22 14:41:46 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-02-22 16:27:14 +0300
commit1116529b561108985c1155c23aa719aa784b79a2 (patch)
treec27c55f61e1a63cab2aa9cca82260c26608e5b6c /apps/dashboard
parenta6bc871c96d071ef54d9fd3b547df606fa9d19ca (diff)
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/dashboard')
-rw-r--r--apps/dashboard/src/App.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue
index 75e8e6c0108..6360a6dd99a 100644
--- a/apps/dashboard/src/App.vue
+++ b/apps/dashboard/src/App.vue
@@ -34,7 +34,7 @@
@keyup.space="showModal">{{ t('dashboard', 'Customize') }}</a>
</div>
- <Modal v-if="modal" @close="closeModal">
+ <Modal v-if="modal" size="normal" @close="closeModal">
<div class="modal__content">
<h3>{{ t('dashboard', 'Edit widgets') }}</h3>
<ol class="panels">
@@ -553,9 +553,7 @@ export default {
.modal__content {
padding: 32px 16px;
- max-height: 70vh;
text-align: center;
- overflow: auto;
ol {
display: flex;