Skip to content

Commit e143154

Browse files
ChristophWurstbackportbot[bot]
authored andcommitted
fix(ui): Restore message/thread styling
Signed-off-by: Christoph Wurst <[email protected]>
1 parent 231c70d commit e143154

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/Thread.vue

+7-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export default {
317317
}
318318
</script>
319319

320-
<style lang="scss" scoped>
320+
<style lang="scss">
321321
#mail-message {
322322
margin-bottom: 30vh;
323323

@@ -484,6 +484,12 @@ export default {
484484
overflow: hidden;
485485
display: flex;
486486
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+
}
487493
}
488494
.avatar-more {
489495
display: inline;

0 commit comments

Comments
 (0)