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 {
max-height: 100%;
margin: 0;
padding: 1em 0;
overflow-y: scroll;
overflow-y: auto;
.timestamp {
cursor: pointer;

View file

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