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 committed by GitHub
commit 567d6f2a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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