diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index 9f07de85..003eaded 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -179,9 +179,13 @@ text-white md:text-black md:dark:text-white {{ $bgColor }} md:bg-white md:dark:bg-gray-800 - drop-shadow-sm border-t md:border-x border-gray-200 dark:border-gray-700"> + drop-shadow-sm border-t md:border-x border-gray-200 dark:border-gray-700 + pointer-events-none + ">

History

- {{ template "subsPanelSummary" $ }} + + {{ template "subsPanelSummary" $ }} +
{{ template "submissions" $root }}