We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231c70d commit e143154Copy full SHA for e143154
src/components/Thread.vue
@@ -317,7 +317,7 @@ export default {
317
}
318
</script>
319
320
-<style lang="scss" scoped>
+<style lang="scss">
321
#mail-message {
322
margin-bottom: 30vh;
323
@@ -484,6 +484,12 @@ export default {
484
overflow: hidden;
485
display: flex;
486
align-items: stretch;
487
+
488
+ ::deep(.v-popper--theme-dropdown.v-popper__popper .v-popper__inner) {
489
+ height: 300px;
490
+ width: 250px;
491
+ overflow: auto;
492
+ }
493
494
.avatar-more {
495
display: inline;
0 commit comments