css: Set only message overflow-x to auto.

This fixes a nasty problem where if you zoomed in Chrome, you'd get
little scrollbars on every message body.
This commit is contained in:
Tim Abbott 2016-11-03 17:57:17 -07:00
parent c43a15ed18
commit cb1bc70ab0
1 changed files with 2 additions and 1 deletions

View File

@ -1217,7 +1217,8 @@ div.focused_table {
}
.message_content p {
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
}
.message_edit_content {