mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🐛 Fix(pace): patch pace theme flat-top z-index error
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/* To patch pace theme flat-top z-index error */
|
||||
.pace {
|
||||
z-index: 2000;
|
||||
}
|
||||
@@ -267,6 +267,10 @@
|
||||
{{- end -}}
|
||||
{{- dict "Source" $paceJS "Fingerprint" $fingerprint "Async" true "Defer" true | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
||||
{{- dict "Source" $paceCSS "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/style.html" -}}
|
||||
{{- /* To patch pace theme flat-top z-index error */ -}}
|
||||
{{- if eq $.Site.Params.pace.theme "flat-top" -}}
|
||||
{{- dict "Source" "lib/pace/pace-patch-flat-top.css" "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/style.html" -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- range $params.library.css -}}
|
||||
|
||||
Reference in New Issue
Block a user