Always overflow: auto
This commit is contained in:
parent
1e45c089dd
commit
33b9a11e65
2 changed files with 2 additions and 4 deletions
|
@ -54,10 +54,9 @@
|
|||
|
||||
|
||||
.message-list {
|
||||
max-height: 100%;
|
||||
margin: 0;
|
||||
padding: 1em 0;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
.timestamp {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue