mirror of https://github.com/zulip/zulip.git
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:
parent
c43a15ed18
commit
cb1bc70ab0
|
@ -1217,7 +1217,8 @@ div.focused_table {
|
|||
}
|
||||
|
||||
.message_content p {
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.message_edit_content {
|
||||
|
|
Loading…
Reference in New Issue