Fix scroll freezes on iOS (#3232)

This commit is contained in:
Alexander Zinchuk 2023-05-28 14:32:47 +02:00
parent c70fe8e42d
commit f1eec4e726

View File

@ -22,6 +22,7 @@ body {
line-height: 1.5;
text-align: left;
overflow: hidden;
overscroll-behavior: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;