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 {
|
.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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue