mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 10:38:11 +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 {
|
.compose-body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
overflow: auto;
|
overflow-x: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue