mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(message-scroll): Remove double overflow:auto to prevent scroll weirdness
Fixes T2357
This commit is contained in:
parent
320d862963
commit
97c792b7f4
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@
|
|||
|
||||
.messages-wrap {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
opacity:0;
|
||||
transition: opacity 0s;
|
||||
background: @background-secondary;
|
||||
|
|
Loading…
Reference in a new issue