mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 05:06:53 +08:00
Move email iframe overflow CSS to <html> so body height: 100% !important
works #1496
This commit is contained in:
parent
ad161e92b1
commit
31479d25cc
1 changed files with 5 additions and 2 deletions
|
@ -56,8 +56,6 @@
|
|||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
||||
-webkit-text-size-adjust: auto;
|
||||
word-wrap: break-word;
|
||||
|
@ -65,6 +63,11 @@
|
|||
-webkit-line-break: after-white-space;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
#inbox-html-wrapper {
|
||||
font-family: 'Nylas-Pro', 'Helvetica', 'Lucidia Grande', sans-serif;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue