Hide scroll-x on sidebar (#435)

This commit is contained in:
Ben Halpern 2018-06-13 17:41:05 -04:00 committed by GitHub
parent e124decabc
commit cb12c2e358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,6 +326,7 @@
flex-grow: 1;
overflow: scroll;
padding-bottom: 25px;
overflow-x: hidden;
}
.chatchannels__channelslistfooter{