Skip to content

Commit 93bacd1

Browse files
author
Hrvoje Vucic
committed
Fix header to the top of the table in Progress page
1 parent 41c62a9 commit 93bacd1

File tree

1 file changed

+2
-1
lines changed
  • client/components/repository/Workflow/Overview

1 file changed

+2
-1
lines changed

client/components/repository/Workflow/Overview/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
@click:row="selectActivity($event.id)"
44
:headers="headers"
55
:items="items"
6+
height="100%"
67
item-class="class"
7-
disable-pagination hide-default-footer
8+
disable-pagination hide-default-footer fixed-header
89
class="overview primary lighten-5">
910
<template #item.name="item">
1011
<overview-name v-bind="item" />

0 commit comments

Comments
 (0)