Set overscroll-behavior to none for html elements (#2212)

This commit is contained in:
Matthias Metelka 2022-11-24 11:37:31 +01:00 committed by GitHub
parent 0d541563a0
commit b40aae7522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ body {
html {
overflow-x: hidden;
overscroll-behavior: none;
}
button {