There was an error while loading. Please reload this page.
1 parent afdf3a1 commit fa921ecCopy full SHA for fa921ec
2 files changed
src/components/MailboxThread.vue
@@ -667,6 +667,7 @@ export default {
667
flex: 1 1 auto;
668
overflow-y: auto;
669
min-height: 0;
670
+ contain: none !important;
671
}
672
673
.information-icon {
src/components/Outbox.vue
@@ -11,7 +11,7 @@
11
<OutboxMessageContent />
12
<!-- List -->
13
<template #list>
14
- <AppContentList>
+ <AppContentList class="outbox-list">
15
<Error
16
v-if="error"
17
:error="t('mail', 'Could not open outbox')"
@@ -119,6 +119,10 @@ export default {
119
</script>
120
121
<style lang="scss" scoped>
122
+.outbox-list {
123
124
+}
125
+
126
:deep(.button-vue--vue-secondary) {
127
box-shadow: none;
128
0 commit comments