diff --git a/src/App.vue b/src/App.vue index 0d88e587e47..2c0bde32d64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -676,6 +676,10 @@ export default { z-index: 10001 !important; } +/* FIXME: remove after https://github.com/nextcloud-libraries/nextcloud-vue/pull/4959 is released */ +body .modal-wrapper * { + box-sizing: border-box; +}