mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
chrome apparently anchors the scroll position, which fights against our restore position logic. Disable it like this.
This commit is contained in:
parent
9541cc175f
commit
955ec14db9
@ -113,6 +113,7 @@ limitations under the License.
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
flex: 1 1 0;
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
.mx_RoomView_messagePanelSearchSpinner {
|
||||
|
Loading…
x
Reference in New Issue
Block a user