💄(print): Fix #1425

This commit is contained in:
Ben Gotow 2016-02-26 14:40:16 -08:00
parent 5691fc88ca
commit 6ec0045677
2 changed files with 4 additions and 0 deletions

View file

@ -408,6 +408,7 @@ body.platform-win32 {
float: right;
text-align: right;
display: flex;
height: 2em;
}
}

View file

@ -1,6 +1,9 @@
body {
overflow: auto !important;
}
#message-list {
background: transparent;
}
#print-button {
float:right;
margin-left: 10px;