mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +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 {
|
.messages-wrap {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
|
||||||
opacity:0;
|
opacity:0;
|
||||||
transition: opacity 0s;
|
transition: opacity 0s;
|
||||||
background: @background-secondary;
|
background: @background-secondary;
|
||||||
|
|
Loading…
Reference in a new issue