Merge pull request #6093 from matrix-org/jryans/firefox-overscroll

Stop overscroll in Firefox Nightly for macOS
pull/21833/head
J. Ryan Stinnett 2021-05-25 11:47:16 +01:00 提交者 GitHub
当前提交 567d6f2a4b
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -45,6 +45,8 @@ html {
N.B. Breaks things when we have legitimate horizontal overscroll */ N.B. Breaks things when we have legitimate horizontal overscroll */
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
// Stop similar overscroll bounce in Firefox Nightly for macOS
overscroll-behavior: none;
} }
body { body {