Skip to content

Commit

Permalink
Fix horizontal scrolling in convo/message lists (#1448)
Browse files Browse the repository at this point in the history
This removes some errant horizontal scrollability from the conversation list and
the message list.

// FREEBIE
  • Loading branch information
liliakai authored and scottnonnenberg committed Sep 7, 2017
1 parent 5d8e845 commit 71036e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stylesheets/_conversation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
width: 100%;
margin: 0;
padding: 10px 0 0 0;
overflow-y: overlay;
overflow-y: auto;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.content {
background-color: $grey_l;
flex-grow: 1;
overflow-y: overlay;
overflow-y: auto;
}
}
.network-status-container {
Expand Down
4 changes: 2 additions & 2 deletions stylesheets/manifest.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71036e3

Please sign in to comment.