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:
authorSimon L <szaimen@e.mail.de>2022-02-23 17:28:58 +0300
committerGitHub <noreply@github.com>2022-02-23 17:28:58 +0300
commit9630d6571cacff635d148a63599c42a5873bc44e (patch)
treec858f8c9b4bcf19e67fc4496e10b0e675e9d6aae /apps/dashboard
parentbf4acd54526d0b07ec7c305ef68d2fec4323b0b1 (diff)
parent1116529b561108985c1155c23aa719aa784b79a2 (diff)
Merge pull request #31319 from nextcloud/fix/31246/fix-modals
fix all modals after vue 5.0
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;