mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
test: ios flash issue
This commit is contained in:
parent
24c680d5b1
commit
1bb8bb624f
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ html::-webkit-scrollbar {
|
||||||
body {
|
body {
|
||||||
--at-apply: 'text-1.6rem';
|
--at-apply: 'text-1.6rem';
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
-webkit-backface-visibility: hidden;
|
transform: translateZ(0);
|
||||||
|
-webkit-transform: translateZ(0);
|
||||||
}
|
}
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue