fix: header glitch on Safari

This commit is contained in:
Tienson Qin
2021-12-22 18:17:47 +08:00
parent 73623c98dc
commit 12a588a218

View File

@@ -29,6 +29,12 @@
align-items: center;
}
/* To prevent header glitch on Safari */
> .l, > .r {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.it svg {
transform: scale(0.8);
}
@@ -76,7 +82,7 @@
a {
color: var(--ls-link-text-color, #045591) !important;
}
a.restart {
position: relative;
cursor: pointer !important;
@@ -244,4 +250,4 @@ html.is-ios {
margin-top: 8px;
}
}
}
}