Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-11-04 18:39:35 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-11-04 18:48:43 +0300
commit4eef1ca59fd2ecd0a97f90ab8f59bb8c24c797f6 (patch)
treec128e3ea4073bf314893368697d0dd3e4ee367b7
parent61c106a8f9e02bf75c6f45f3246807e77a1344eb (diff)
Fix double scrollbar in thread view
Fix #7521 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--src/components/Thread.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/Thread.vue b/src/components/Thread.vue
index 0b66f9b60..e31f5b78a 100644
--- a/src/components/Thread.vue
+++ b/src/components/Thread.vue
@@ -256,10 +256,7 @@ export default {
<style lang="scss">
#mail-message {
- flex-grow: 1;
- max-height: calc(100vh - 50px);
margin-bottom: 30vh;
- overflow: auto;
.icon-loading {
&:only-child:after {