1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix: post's image would cover the PWA update alert

This commit is contained in:
Cotes Chung
2023-01-08 00:30:14 +08:00
parent f2d285844e
commit bd374dd383

View File

@@ -86,7 +86,6 @@ img {
&[data-src] {
&.lazyloaded {
z-index: 1;
-webkit-animation: fade-in 0.4s ease-in;
animation: fade-in 0.4s ease-in;
}