fix timeline scrolling

This commit is contained in:
Bruno Windels 2019-06-28 00:44:49 +02:00
parent fc873fbfa5
commit e09d2963df
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ body {
.RoomHeader button.back { display: block; }
div.RoomView, div.RoomPlaceholderView { display: none; }
div.LeftPanel {flex-grow: 1;}
div.room-shown div.RoomView { display: unset; }
div.room-shown div.RoomView { display: flex; }
div.room-shown div.LeftPanel { display: none; }
div.right-shown div.TimelinePanel { display: none; }
}

View file

@ -16,6 +16,7 @@
padding: 5px 10px;
margin: 5px 10px;
background: blue;
word-break: break-word;
}
.message-container .sender {