fix(frontend): webkit-text-size-adjustを100%に固定する (#11487)

* disable webkit-text-size-adjust

* Update CHANGELOG.md
This commit is contained in:
Srgr0
2023-08-08 13:22:01 +09:00
committed by GitHub
parent db5046ed3a
commit 43375409f7
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ html {
line-height: 1.35;
text-size-adjust: 100%;
tab-size: 2;
-webkit-text-size-adjust: 100%;
&, * {
scrollbar-color: var(--scrollbarHandle) transparent;