mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
overflow auto in read sandbox
This commit is contained in:
parent
bf54d6281f
commit
fcbe84841e
@ -11,7 +11,8 @@
|
||||
@import "components/scrollbars";
|
||||
|
||||
html {
|
||||
overflow: scroll;
|
||||
// use overflow auto and not scroll otherwise IE shows scrollbars always
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user