mirror of https://github.com/zulip/zulip.git
Hide horizontal scrollbar on .message_list
(imported from commit 09600ce19074546285173f8ab8317322d4d0e417)
This commit is contained in:
parent
17d44be14a
commit
ec0bbdc1df
|
@ -63,6 +63,7 @@ ul#sidebar {
|
|||
background-color: aliceblue;
|
||||
padding-left: 10px;
|
||||
padding-right: 20px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.message_row {
|
||||
|
|
Loading…
Reference in New Issue