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

Co-authored-by: Srgr0 <66754887+Srgr0@users.noreply.github.com>
This commit is contained in:
riku6460 2023-08-15 03:03:35 +09:00 committed by GitHub
parent a82885b6ef
commit bd334c1bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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