Skip to content

Commit f9d351a

Browse files
authored
Update web_src/js/components/RepoActionView.vue
1 parent 2e312fa commit f9d351a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ export function initRepositoryActionView() {
903903
.job-log-group-summary > .job-log-line {
904904
position: absolute;
905905
inset: 0;
906-
z-index: -1;
906+
z-index: -1; /* to avoid hiding the triangle of the "details" element */
907907
overflow: hidden;
908908
}
909909
</style>

0 commit comments

Comments
 (0)