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-08 13:55:07 +0300
committerGitHub <noreply@github.com>2022-11-08 13:55:07 +0300
commite8fdc8966f295137ef2e9ecbb28cfb6556f7d165 (patch)
tree44780ed24d8f87337f82394c98e094a638be7822
parentf8bec18af61278319b20f0db99f52805550f8105 (diff)
parent3318cdce0cf9349970993de947df201910adc2a5 (diff)
Merge pull request #7544 from nextcloud/backport/7524/stable2.1
[stable2.1] Fix double scrollbar in thread view
-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 {