We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa1e753 + 52230a7 commit fcb15a8Copy full SHA for fcb15a8
src/components/MessageHTMLBody.vue
@@ -109,7 +109,7 @@ export default {
109
iframeResize({
110
license: 'GPLv3',
111
log: false,
112
- scrolling: false,
+ scrolling: true,
113
}, this.$refs.iframe)
114
115
if (this.enabledFreePrompt && this.message) {
src/components/Thread.vue
@@ -554,6 +554,8 @@ export default {
554
<style lang="scss">
555
#mail-message {
556
margin-bottom: 30vh;
557
+ width: 100%;
558
+ max-width: 100%;
559
560
.icon-loading {
561
&:only-child:after {
0 commit comments