mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
fix(emoji): Remove vertical overflow from composer, allow for popups
This commit is contained in:
parent
5a9ac9b79f
commit
d0cb89ebd9
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ body.platform-win32 {
|
|||
.compose-body {
|
||||
flex: 1;
|
||||
cursor: text;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
position: relative;
|
||||
margin: 0 8px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue