Merge pull request #2842 from matrix-org/bwindels/bacat-scrolling-merged-develop

BACAT Scrolling
This commit is contained in:
Bruno Windels
2019-03-29 14:02:15 +00:00
committed by GitHub
28 changed files with 571 additions and 909 deletions
+3
View File
@@ -91,6 +91,7 @@ limitations under the License.
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
}
.mx_RoomView_body .mx_RoomView_timeline {
@@ -118,6 +119,8 @@ limitations under the License.
.mx_RoomView_messagePanel {
width: 100%;
overflow-y: auto;
flex: 1 1 0;
overflow-anchor: none;
}
.mx_RoomView_messagePanelSearchSpinner {