Always overflow: auto

This commit is contained in:
lilia 2015-02-26 22:05:52 -08:00
parent 1e45c089dd
commit 33b9a11e65
2 changed files with 2 additions and 4 deletions

View file

@ -54,10 +54,9 @@
.message-list { .message-list {
max-height: 100%;
margin: 0; margin: 0;
padding: 1em 0; padding: 1em 0;
overflow-y: scroll; overflow-y: auto;
.timestamp { .timestamp {
cursor: pointer; cursor: pointer;

View file

@ -317,10 +317,9 @@ input.new-message {
content: "✓"; } content: "✓"; }
.message-list { .message-list {
max-height: 100%;
margin: 0; margin: 0;
padding: 1em 0; padding: 1em 0;
overflow-y: scroll; } overflow-y: auto; }
.message-list .timestamp { .message-list .timestamp {
cursor: pointer; } cursor: pointer; }
.message-list .timestamp:hover { .message-list .timestamp:hover {