chrome apparently anchors the scroll position, which fights against our restore position logic. Disable it like this.

pull/21833/head
Bruno Windels 2019-03-14 15:04:09 +01:00
parent 9541cc175f
commit 955ec14db9
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ limitations under the License.
width: 100%;
overflow-y: auto;
flex: 1 1 0;
overflow-anchor: none;
}
.mx_RoomView_messagePanelSearchSpinner {