diff --git a/tailwind.config.ts b/tailwind.config.ts index 415837f892..199433d0cf 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -93,6 +93,9 @@ export default { return [`${i}`, `${i === 0 ? '0' : `${i}px`}`]; })), }, + extend: { + zIndex: {'1': '1'}, + }, }, plugins: [ plugin(({addUtilities}) => { diff --git a/templates/repo/actions/list.tmpl b/templates/repo/actions/list.tmpl index f31ef1a73a..7baac43dcf 100644 --- a/templates/repo/actions/list.tmpl +++ b/templates/repo/actions/list.tmpl @@ -25,49 +25,49 @@
-
- {{ctx.Locale.TrN .Page.Paginater.Total "actions.runs.workflow_run_count_1" "actions.runs.workflow_run_count_n" .Page.Paginater.Total}} -