fix(frontend): webkit-text-size-adjustを100%に固定する (#144)
Co-authored-by: Srgr0 <66754887+Srgr0@users.noreply.github.com>
This commit is contained in:
parent
a82885b6ef
commit
bd334c1bca
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue