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 126d0061bd
commit c76743f707

View file

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