Disable overscroll in all webviews (#187624)

Fixes #182013
This commit is contained in:
Matt Bierner
2023-07-11 11:51:33 -07:00
committed by GitHub
parent 2c4cdea85f
commit 26120d880b
3 changed files with 5 additions and 4 deletions
@@ -9,7 +9,6 @@ html, body {
padding: 0 26px;
line-height: var(--markdown-line-height, 22px);
word-wrap: break-word;
overscroll-behavior-x: none;
}
body {