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/files | |
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/files')
-rw-r--r-- | apps/files/src/views/TemplatePicker.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/views/TemplatePicker.vue b/apps/files/src/views/TemplatePicker.vue index ade41a5416a..283841aa612 100644 --- a/apps/files/src/views/TemplatePicker.vue +++ b/apps/files/src/views/TemplatePicker.vue @@ -286,7 +286,7 @@ export default { // Make sure we're relative for the loading emptycontent on top ::v-deep .modal-container { position: relative; - overflow-y: auto !important; + height: fit-content; } &__loading { |